Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / content / renderer / renderer_webkitplatformsupport_impl.cc
index 6e8d083..f6110f4 100644 (file)
@@ -1028,10 +1028,11 @@ RendererWebKitPlatformSupportImpl::createOffscreenGraphicsContext3D(
       limits.command_buffer_size = buffer_size_kb * 1024;
     }
   }
-
+  bool lose_context_when_out_of_memory = false;
   return WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
       gpu_channel_host.get(),
       attributes,
+      lose_context_when_out_of_memory,
       GURL(attributes.topDocumentURL),
       limits,
       static_cast<WebGraphicsContext3DCommandBufferImpl*>(share_context));