Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
index a378d0f67dc37363d886d99bedfab94db9aeedb3..f6572fde580d8311150513facf2b43c269cea942 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -42,7 +42,7 @@ const size_t kDefaultMinTransferBufferSize = 1 * 256 * 1024; |
const size_t kDefaultMaxTransferBufferSize = 16 * 1024 * 1024; |
class WebGraphicsContext3DCommandBufferImpl |
- : public WebGraphicsContext3DImpl { |
+ : public webkit::gpu::WebGraphicsContext3DImpl { |
public: |
enum MappedMemoryReclaimLimit { |
kNoLimit = 0, |