Index: components/view_manager/gles2/command_buffer_driver.cc |
diff --git a/components/view_manager/gles2/command_buffer_driver.cc b/components/view_manager/gles2/command_buffer_driver.cc |
index e31d8e32c10fb7803139d890cb11f2913cdf4afb..edc180cb8e1861f6297c95aac57f60c9695fe4db 100644 |
--- a/components/view_manager/gles2/command_buffer_driver.cc |
+++ b/components/view_manager/gles2/command_buffer_driver.cc |
@@ -96,8 +96,9 @@ bool CommandBufferDriver::DoInitialize( |
scoped_refptr<gpu::gles2::ContextGroup> context_group = |
new gpu::gles2::ContextGroup( |
gpu_state_->mailbox_manager(), new GpuMemoryTracker, |
- new gpu::gles2::ShaderTranslatorCache, nullptr, nullptr, nullptr, |
- bind_generates_resource); |
+ new gpu::gles2::ShaderTranslatorCache, |
+ new gpu::gles2::FramebufferCompletenessCache, nullptr, nullptr, |
+ nullptr, bind_generates_resource); |
command_buffer_.reset( |
new gpu::CommandBufferService(context_group->transfer_buffer_manager())); |