Index: content/browser/compositor/gpu_browser_compositor_output_surface.cc |
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc |
index adf0764c65a68b64e0a1c39e0350f6264e669372..f3eb5f5aa208cfa0cd68439eb594afa60291e01a 100644 |
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc |
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc |
@@ -41,12 +41,12 @@ GpuBrowserCompositorOutputSurface::GpuBrowserCompositorOutputSurface( |
GpuBrowserCompositorOutputSurface::~GpuBrowserCompositorOutputSurface() {} |
-CommandBufferProxyImpl* |
+gpu::CommandBufferProxyImpl* |
GpuBrowserCompositorOutputSurface::GetCommandBufferProxy() { |
ContextProviderCommandBuffer* provider_command_buffer = |
static_cast<content::ContextProviderCommandBuffer*>( |
context_provider_.get()); |
- CommandBufferProxyImpl* command_buffer_proxy = |
+ gpu::CommandBufferProxyImpl* command_buffer_proxy = |
provider_command_buffer->GetCommandBufferProxy(); |
DCHECK(command_buffer_proxy); |
return command_buffer_proxy; |