diff options
Diffstat (limited to 'gpu/demos/framework/window.cc')
-rw-r--r-- | gpu/demos/framework/window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/demos/framework/window.cc b/gpu/demos/framework/window.cc index 35b6ea9..d5cd3cf 100644 --- a/gpu/demos/framework/window.cc +++ b/gpu/demos/framework/window.cc @@ -94,7 +94,6 @@ bool Window::CreateRenderContext(gfx::AcceleratedWidget hwnd) { std::vector<int32> attribs; if (!decoder_->Initialize(surface_.get(), context_.get(), - surface_->IsOffscreen(), gfx::Size(), gpu::gles2::DisallowedFeatures(), NULL, |