| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index c96f464c2fcbf5213d29fd4ba0267f8752e2384a..e93c393f0eeadc7916ccd4f5a7fe524161a4c8cf 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -122,7 +122,9 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL() {
|
| share_resources_,
|
| attribs_,
|
| gpu_preference,
|
| - ::gpu::GLInProcessContextSharedMemoryLimits()));
|
| + ::gpu::GLInProcessContextSharedMemoryLimits(),
|
| + nullptr,
|
| + nullptr));
|
| }
|
|
|
| if (context_) {
|
|
|