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 d1c4d013ab0a637178b6a112db450e5103a7ac0f..7f9f4bf66a0a6e68aa31acfb90fe4d1dcf915cbd 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -604,7 +604,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( |