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

Unified Diff: Source/core/html/canvas/ContextAttributeHelpers.cpp

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/ContextAttributeHelpers.h ('k') | Source/core/html/canvas/WebGL2RenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/ContextAttributeHelpers.cpp
diff --git a/Source/core/html/canvas/ContextAttributeHelpers.cpp b/Source/core/html/canvas/ContextAttributeHelpers.cpp
index fecf09afc0e9c04ac62d31cba2e8a1dc5d23f9d9..4329f208ddf225bca0a145b34a8dedd7b95424d1 100644
--- a/Source/core/html/canvas/ContextAttributeHelpers.cpp
+++ b/Source/core/html/canvas/ContextAttributeHelpers.cpp
@@ -29,9 +29,9 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
return result;
}
-WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes& attrs, const blink::WebString& topDocumentURL, Settings* settings, unsigned webGLVersion)
+WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes& attrs, const WebString& topDocumentURL, Settings* settings, unsigned webGLVersion)
{
- blink::WebGraphicsContext3D::Attributes result;
+ WebGraphicsContext3D::Attributes result;
result.alpha = attrs.alpha();
result.depth = attrs.depth();
result.stencil = attrs.stencil();
« no previous file with comments | « Source/core/html/canvas/ContextAttributeHelpers.h ('k') | Source/core/html/canvas/WebGL2RenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698