| 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 c193c04282a226bcb146b691a0b7ece0d98ce3ce..ac1ddd9219326f0ae2eceff0af7560bd0f3a72ea 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -572,9 +572,10 @@ void CompositorImpl::CreateOutputSurface() {
|
| scoped_refptr<ContextProviderCommandBuffer> context_provider(
|
| new ContextProviderCommandBuffer(
|
| base::WrapUnique(new WebGraphicsContext3DCommandBufferImpl(
|
| - surface_handle_, url, gpu_channel_host.get(), attributes,
|
| + surface_handle_, url, gpu_channel_host.get(),
|
| gfx::PreferIntegratedGpu, automatic_flushes)),
|
| - limits, nullptr, DISPLAY_COMPOSITOR_ONSCREEN_CONTEXT));
|
| + limits, attributes, nullptr,
|
| + command_buffer_metrics::DISPLAY_COMPOSITOR_ONSCREEN_CONTEXT));
|
| DCHECK(context_provider.get());
|
|
|
| std::unique_ptr<cc::OutputSurface> real_output_surface(
|
|
|