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 a6a3f4e180bdac5ec541ad643603091206f5169b..2128970ab9de64ba9e05e69b39ea9855b48ca269 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.cc |
+++ b/content/common/gpu/client/context_provider_command_buffer.cc |
@@ -17,7 +17,7 @@ |
namespace content { |
class ContextProviderCommandBuffer::LostContextCallbackProxy |
- : public WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback { |
+ : public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback { |
public: |
explicit LostContextCallbackProxy(ContextProviderCommandBuffer* provider) |
: provider_(provider) { |
@@ -37,7 +37,7 @@ class ContextProviderCommandBuffer::LostContextCallbackProxy |
}; |
class ContextProviderCommandBuffer::SwapBuffersCompleteCallbackProxy |
- : public WebKit::WebGraphicsContext3D:: |
+ : public blink::WebGraphicsContext3D:: |
WebGraphicsSwapBuffersCompleteCallbackCHROMIUM { |
public: |
explicit SwapBuffersCompleteCallbackProxy( |