| Index: webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| index da52123e66ca133b011dee52c5c90bd77a3527b1..794df1363ef85771a75ae03b79f91a56582899a2 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| @@ -16,14 +16,14 @@ namespace webkit {
|
| namespace gpu {
|
|
|
| class WEBKIT_GPU_EXPORT WebGraphicsContext3DProviderImpl
|
| - : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3DProvider) {
|
| + : public NON_EXPORTED_BASE(blink::WebGraphicsContext3DProvider) {
|
| public:
|
| explicit WebGraphicsContext3DProviderImpl(
|
| scoped_refptr<cc::ContextProvider> provider);
|
| virtual ~WebGraphicsContext3DProviderImpl();
|
|
|
| // WebGraphicsContext3DProvider implementation.
|
| - virtual WebKit::WebGraphicsContext3D* context3d() OVERRIDE;
|
| + virtual blink::WebGraphicsContext3D* context3d() OVERRIDE;
|
| virtual GrContext* grContext() OVERRIDE;
|
|
|
| private:
|
|
|