Index: content/browser/renderer_host/image_transport_factory.cc |
=================================================================== |
--- content/browser/renderer_host/image_transport_factory.cc (revision 131558) |
+++ content/browser/renderer_host/image_transport_factory.cc (working copy) |
@@ -407,7 +407,7 @@ |
WebKit::WebGraphicsContext3D::Attributes attrs; |
attrs.shareResources = true; |
data->shared_context.reset(new WebGraphicsContext3DCommandBufferImpl( |
- 0, |
+ data->surface_id, |
GURL(), |
factory, |
data->swap_client->AsWeakPtr())); |