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 41c4acbebeca49721c5b611340595875edba55c4..de1085c089e5abad5fed460cf65dd4d7247deb52 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -606,7 +606,7 @@ void CompositorImpl::CreateOutputSurface() { |
scoped_refptr<ContextProviderCommandBuffer> context_provider( |
ContextProviderCommandBuffer::Create( |
CreateGpuProcessViewContext(gpu_channel_host, attrs, surface_id_), |
- "BrowserCompositor")); |
+ BROWSER_COMPOSITOR_ONSCREEN_CONTEXT)); |
DCHECK(context_provider.get()); |
scoped_ptr<cc::OutputSurface> real_output_surface( |