Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 90876b6109d893c0fb5020765c2f8ad862496303..b6f6d289627a49715f2376aa0b30315eda97e26f 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -295,6 +295,7 @@ void GpuCommandBufferStub::OnInitialize( |
// Initialize the decoder with either the view or pbuffer GLContext. |
if (!decoder_->Initialize(surface_.get(), |
context_.get(), |
+ !surface_id(), |
initial_size_, |
disallowed_features_, |
allowed_extensions_.c_str(), |