Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: webkit/common/gpu/webgraphicscontext3d_provider_impl.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698