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

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

Powered by Google App Engine
This is Rietveld 408576698