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

Unified Diff: Source/core/html/canvas/ContextAttributeHelpers.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/ContextAttributeHelpers.h
diff --git a/Source/core/html/canvas/ContextAttributeHelpers.h b/Source/core/html/canvas/ContextAttributeHelpers.h
index 8db1f191a3ec52692ef54a76457592ba33181114..15687d0fa8cc7d7987c022bd2b73f6fed16b0f6b 100644
--- a/Source/core/html/canvas/ContextAttributeHelpers.h
+++ b/Source/core/html/canvas/ContextAttributeHelpers.h
@@ -20,7 +20,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
// Set up the attributes that can be used to initialize a WebGraphicsContext3D.
// It's mostly based on WebGLContextAttributes, but may be adjusted based
// on settings.
-WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const blink::WebString&, Settings*, unsigned webGLVersion);
+WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, Settings*, unsigned webGLVersion);
} // namespace blink
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext.h ('k') | Source/core/html/canvas/ContextAttributeHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698