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

Unified Diff: Source/core/html/canvas/WebGL2RenderingContext.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/WebGL2RenderingContext.h
diff --git a/Source/core/html/canvas/WebGL2RenderingContext.h b/Source/core/html/canvas/WebGL2RenderingContext.h
index 91c084b7eb9c466720f142b99b3df1521c6df3d1..8358c56f7f857e626f22999c28df722bf8095162 100644
--- a/Source/core/html/canvas/WebGL2RenderingContext.h
+++ b/Source/core/html/canvas/WebGL2RenderingContext.h
@@ -22,7 +22,7 @@ public:
DECLARE_VIRTUAL_TRACE();
protected:
- WebGL2RenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<blink::WebGraphicsContext3D>, const WebGLContextAttributes& requestedAttributes);
+ WebGL2RenderingContext(HTMLCanvasElement* passedCanvas, PassOwnPtr<WebGraphicsContext3D>, const WebGLContextAttributes& requestedAttributes);
RefPtrWillBeMember<CHROMIUMSubscribeUniform> m_chromiumSubscribeUniform;
RefPtrWillBeMember<EXTTextureFilterAnisotropic> m_extTextureFilterAnisotropic;
« no previous file with comments | « Source/core/html/canvas/ContextAttributeHelpers.cpp ('k') | Source/core/html/canvas/WebGL2RenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698