| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index 564e76c40406f7054772a27126ef0378fa3ddc0a..b68d3d7e3ebe221521953c3b422779e765ab404d 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -32,7 +32,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
| scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
|
| CommandBufferContextType type);
|
|
|
| - CommandBufferProxyImpl* GetCommandBufferProxy();
|
| + gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
|
|
|
| // cc_blink::ContextProviderWebContext implementation.
|
| WebGraphicsContext3DCommandBufferImpl* WebContext3D() override;
|
|
|