| 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 5ea712b3e8dbabc6ebf6eba6e4d9a292bcba965e..0d882e8a89ee364625d41f583a559471fd21e9dc 100644
|
| --- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| +++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| @@ -11,9 +11,12 @@
|
|
|
| class GrContext;
|
|
|
| +namespace gpu_blink {
|
| +class WebGraphicsContext3DImpl;
|
| +}
|
| +
|
| 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 +24,7 @@ class WebGraphicsContext3DImpl;
|
| class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D {
|
| public:
|
| explicit GrContextForWebGraphicsContext3D(
|
| - WebGraphicsContext3DImpl* context3d);
|
| + gpu_blink::WebGraphicsContext3DImpl* context3d);
|
| virtual ~GrContextForWebGraphicsContext3D();
|
|
|
| GrContext* get() { return gr_context_.get(); }
|
|
|