| Index: content/browser/android/in_process/synchronous_compositor_factory_impl.cc
|
| diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
|
| index 45e5aa14d4621f2568fcee9c727eb2d5f7b45407..688eb593b13b1ae2ac0c1f19856729bb65305fbc 100644
|
| --- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
|
| +++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
|
| @@ -46,7 +46,6 @@ scoped_ptr<gpu::GLInProcessContext> CreateOffscreenContext(
|
| gpu::GLInProcessContext::Create(NULL /* service */,
|
| NULL /* surface */,
|
| true /* is_offscreen */,
|
| - gfx::kNullAcceleratedWidget,
|
| gfx::Size(1, 1),
|
| NULL /* share_context */,
|
| false /* share_resources */,
|
| @@ -68,7 +67,6 @@ scoped_ptr<gpu::GLInProcessContext> CreateContext(
|
| gpu::GLInProcessContext::Create(service,
|
| NULL /* surface */,
|
| false /* is_offscreen */,
|
| - gfx::kNullAcceleratedWidget,
|
| gfx::Size(1, 1),
|
| share_context,
|
| false /* share_resources */,
|
|
|