| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index aabebfbc9058f2ab724be8a74921aba5e627c490..abb199be1458c8b19283971e4314347dac6713e2 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -399,7 +399,8 @@ CreateGpuProcessViewContext(
|
| gpu_channel_host.get(),
|
| attributes,
|
| false,
|
| - limits));
|
| + limits,
|
| + NULL));
|
| }
|
|
|
| scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface(
|
|
|