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

Unified Diff: Source/core/html/canvas/WebGLTransformFeedback.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
« no previous file with comments | « Source/core/html/canvas/WebGLTexture.cpp ('k') | Source/core/html/canvas/WebGLTransformFeedback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLTransformFeedback.h
diff --git a/Source/core/html/canvas/WebGLTransformFeedback.h b/Source/core/html/canvas/WebGLTransformFeedback.h
index 260de56172a877b3fb59039e873b5c8755d375e2..d62b74a4c449607282dddeca070a479c8f0d4482 100644
--- a/Source/core/html/canvas/WebGLTransformFeedback.h
+++ b/Source/core/html/canvas/WebGLTransformFeedback.h
@@ -22,7 +22,7 @@ public:
protected:
explicit WebGLTransformFeedback(WebGL2RenderingContextBase*);
- void deleteObjectImpl(blink::WebGraphicsContext3D*) override;
+ void deleteObjectImpl(WebGraphicsContext3D*) override;
private:
bool isTransformFeedback() const override { return true; }
« no previous file with comments | « Source/core/html/canvas/WebGLTexture.cpp ('k') | Source/core/html/canvas/WebGLTransformFeedback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698