Index: content/common/gpu/client/context_provider_command_buffer.cc |
diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc |
index c57e5a453a9cf93d5fa3a31196fb8a1f7b3c4a6a..a1d206f616c676ffc8206562d1b5d88cdc6c4d23 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.cc |
+++ b/content/common/gpu/client/context_provider_command_buffer.cc |
@@ -68,8 +68,8 @@ ContextProviderCommandBuffer::~ContextProviderCommandBuffer() { |
lost_context_callback_proxy_.reset(); |
} |
- |
-CommandBufferProxyImpl* ContextProviderCommandBuffer::GetCommandBufferProxy() { |
+gpu::CommandBufferProxyImpl* |
+ContextProviderCommandBuffer::GetCommandBufferProxy() { |
return WebContext3DNoChecks()->GetCommandBufferProxy(); |
} |