Index: components/mus/gles2/command_buffer_driver.cc |
diff --git a/components/mus/gles2/command_buffer_driver.cc b/components/mus/gles2/command_buffer_driver.cc |
index 7207b037228901aa4f086a5b72f93c8811201d1a..c03d112001b6bc886787cba8470045b57aea2652 100644 |
--- a/components/mus/gles2/command_buffer_driver.cc |
+++ b/components/mus/gles2/command_buffer_driver.cc |
@@ -115,7 +115,7 @@ bool CommandBufferDriver::DoInitialize( |
// TODO(piman): attributes. |
std::vector<int32> attrib_vector; |
- if (!decoder_->Initialize(surface_, context_, false /* offscreen */, |
+ if (!decoder_->Initialize(surface_, context_, true /* offscreen */, |
sky
2015/09/15 22:10:59
Should the comment read onscreen now?
Peng
2015/09/16 13:54:59
Actually not. The parameter's name is offscreen.
|
gfx::Size(1, 1), disallowed_features, |
attrib_vector)) |
return false; |