X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwebkit%2Fcommon%2Fgpu%2Fwebgraphicscontext3d_in_process_command_buffer_impl.cc;h=e93c393f0eeadc7916ccd4f5a7fe524161a4c8cf;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c96f464c2fcbf5213d29fd4ba0267f8752e2384a;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/src/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc index c96f464..e93c393 100644 --- a/src/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc +++ b/src/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_) {