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

Unified Diff: Source/core/html/canvas/WebGLContextObject.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/WebGLContextGroup.cpp ('k') | Source/core/html/canvas/WebGLContextObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLContextObject.h
diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h
index b89fc734d802489761e8aff9432e39c6525b9ddb..068daca95119e4f03c301a81cf6c6be7a3d7fc00 100644
--- a/Source/core/html/canvas/WebGLContextObject.h
+++ b/Source/core/html/canvas/WebGLContextObject.h
@@ -62,7 +62,7 @@ protected:
return m_context;
}
- virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
+ virtual WebGraphicsContext3D* getAWebGraphicsContext3D() const override final;
private:
RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
« no previous file with comments | « Source/core/html/canvas/WebGLContextGroup.cpp ('k') | Source/core/html/canvas/WebGLContextObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698