| Index: blimp/client/feature/compositor/blimp_context_provider.cc
|
| diff --git a/blimp/client/feature/compositor/blimp_context_provider.cc b/blimp/client/feature/compositor/blimp_context_provider.cc
|
| index 2e2874b991c28696c93c7f4ad17dae66dc79bd44..d4ba604f941628a891240300b0a4797154ab1fda 100644
|
| --- a/blimp/client/feature/compositor/blimp_context_provider.cc
|
| +++ b/blimp/client/feature/compositor/blimp_context_provider.cc
|
| @@ -42,9 +42,8 @@ BlimpContextProvider::BlimpContextProvider(
|
|
|
| context_.reset(gpu::GLInProcessContext::Create(
|
| nullptr /* service */, nullptr /* surface */, false /* is_offscreen */,
|
| - widget, gfx::Size(1, 1), nullptr /* share_context */,
|
| - false /* share_resources */, attribs_for_gles2, gfx::PreferDiscreteGpu,
|
| - gpu::GLInProcessContextSharedMemoryLimits(),
|
| + widget, gfx::Size(1, 1), nullptr /* share_context */, attribs_for_gles2,
|
| + gfx::PreferDiscreteGpu, gpu::GLInProcessContextSharedMemoryLimits(),
|
| gpu_memory_buffer_manager, nullptr /* memory_limits */));
|
| context_->SetContextLostCallback(
|
| base::Bind(&BlimpContextProvider::OnLostContext, base::Unretained(this)));
|
|
|