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

Unified Diff: public/platform/WebGraphicsContext3D.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « public/platform/WebGestureCurveTarget.h ('k') | public/platform/WebGraphicsContext3DProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebGraphicsContext3D.h
diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
index eefb3b607cf0bb218c23f503449d848b1eb454ed..a55e04805a866d80f7e8d68d2e702121e9b71b2e 100644
--- a/public/platform/WebGraphicsContext3D.h
+++ b/public/platform/WebGraphicsContext3D.h
@@ -37,7 +37,7 @@
struct GrGLInterface;
-namespace WebKit {
+namespace blink {
// WGC3D types match the corresponding GL types as defined in OpenGL ES 2.0
// header file gl2.h from khronos.org.
@@ -473,6 +473,6 @@ public:
virtual void vertexAttribDivisorANGLE(WGC3Duint index, WGC3Duint divisor) { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebGestureCurveTarget.h ('k') | public/platform/WebGraphicsContext3DProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698