Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / webkit / common / gpu / webgraphicscontext3d_in_process_command_buffer_impl.cc
index c96f464..e93c393 100644 (file)
@@ -122,7 +122,9 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL() {
         share_resources_,
         attribs_,
         gpu_preference,
-        ::gpu::GLInProcessContextSharedMemoryLimits()));
+        ::gpu::GLInProcessContextSharedMemoryLimits(),
+        nullptr,
+        nullptr));
   }
 
   if (context_) {