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

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

Powered by Google App Engine
This is Rietveld 408576698