| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index 0aff1ba2bbe2826c67e4411ed60d2c85c7691d73..bc74cd311cb20227b8216b93b0e98f376d0569ce 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -444,7 +444,8 @@ GpuProcessTransportFactory::CreateContextCommon(int surface_id) {
|
| gpu_channel_host.get(),
|
| attrs,
|
| false,
|
| - WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits()));
|
| + WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits(),
|
| + NULL));
|
| return context.Pass();
|
| }
|
|
|
|
|