| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index f7d207221c265484ed56cc4c2dfe4620c72c3cd7..95f000a5160af3abe298ba179e100646a8bb7d7c 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -408,7 +408,7 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
|
| WebKit::WebGraphicsContext3D::Attributes attrs;
|
| attrs.shareResources = true;
|
| data->shared_context.reset(new WebGraphicsContext3DCommandBufferImpl(
|
| - data->surface_id,
|
| + 0,
|
| GURL(),
|
| factory,
|
| data->swap_client->AsWeakPtr()));
|
|
|