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

Unified Diff: Source/core/html/canvas/WebGLVertexArrayObjectOES.h

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months 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: Source/core/html/canvas/WebGLVertexArrayObjectOES.h
diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
index 9efd5b1a2c23c301eb7031367495a288c38a7f80..383e30d657f7999e416da1ed5a3667eb736db19b 100644
--- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
+++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
@@ -95,9 +95,9 @@ public:
private:
WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
- void dispatchDetached(blink::WebGraphicsContext3D*);
+ void dispatchDetached(WebGraphicsContext3D*);
bool hasObject() const override { return m_object != 0; }
- void deleteObjectImpl(blink::WebGraphicsContext3D*) override;
+ void deleteObjectImpl(WebGraphicsContext3D*) override;
Platform3DObject m_object;
« no previous file with comments | « Source/core/html/canvas/WebGLTransformFeedback.cpp ('k') | Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698