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 5c983aaebce0ac76d9c24626a1d7ca6ccf80e48a..5ea712b3e8dbabc6ebf6eba6e4d9a292bcba965e 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h |
@@ -10,10 +10,10 @@ |
#include "webkit/common/gpu/webkit_gpu_export.h" |
class GrContext; |
-namespace blink { class WebGraphicsContext3D; } |
namespace webkit { |
namespace gpu { |
+class WebGraphicsContext3DImpl; |
// This class binds an offscreen GrContext to an offscreen context3d. The |
// context3d is used by the GrContext so must be valid as long as this class |
@@ -21,7 +21,7 @@ namespace gpu { |
class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D { |
public: |
explicit GrContextForWebGraphicsContext3D( |
- blink::WebGraphicsContext3D* context3d); |
+ WebGraphicsContext3DImpl* context3d); |
virtual ~GrContextForWebGraphicsContext3D(); |
GrContext* get() { return gr_context_.get(); } |