| 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 350f5121f522cf6229227fd7a9e5538d880e6093..7207b037228901aa4f086a5b72f93c8811201d1a 100644
|
| --- a/components/mus/gles2/command_buffer_driver.cc
|
| +++ b/components/mus/gles2/command_buffer_driver.cc
|
| @@ -114,10 +114,10 @@
|
| gpu::gles2::DisallowedFeatures disallowed_features;
|
|
|
| // TODO(piman): attributes.
|
| - const bool offscreen = true;
|
| std::vector<int32> attrib_vector;
|
| - if (!decoder_->Initialize(surface_, context_, offscreen, gfx::Size(1, 1),
|
| - disallowed_features, attrib_vector))
|
| + if (!decoder_->Initialize(surface_, context_, false /* offscreen */,
|
| + gfx::Size(1, 1), disallowed_features,
|
| + attrib_vector))
|
| return false;
|
|
|
| command_buffer_->SetPutOffsetChangeCallback(base::Bind(
|
|
|