| 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 2cb2e659ecbceab93a9328df48950da290fd718c..72fe725d485f71a811b10173a6871ed0c5d5a1cf 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -403,7 +403,8 @@ CreateGpuProcessViewContext(
|
| gpu_channel_host.get(),
|
| attributes,
|
| false,
|
| - limits));
|
| + limits,
|
| + NULL));
|
| }
|
|
|
| scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface(
|
|
|