Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
index 536adad9b4087ff8a5376d379f652902325ba926..96bb41454f8a2738f6dd1c5bc34e2918119b39b5 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
@@ -10,7 +10,7 @@ |
#include "webkit/common/gpu/webkit_gpu_export.h" |
class GrContext; |
-namespace WebKit { class WebGraphicsContext3D; } |
+namespace blink { class WebGraphicsContext3D; } |
namespace webkit { |
namespace gpu { |
@@ -21,7 +21,7 @@ namespace gpu { |
class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D { |
public: |
explicit GrContextForWebGraphicsContext3D( |
- WebKit::WebGraphicsContext3D* context3d); |
+ blink::WebGraphicsContext3D* context3d); |
virtual ~GrContextForWebGraphicsContext3D(); |
GrContext* get() { return gr_context_.get(); } |