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

Unified Diff: Source/core/html/canvas/CanvasRenderingContext.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/CHROMIUMValuebuffer.cpp ('k') | Source/core/html/canvas/ContextAttributeHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/CanvasRenderingContext.h
diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
index 84c7f7950e3c17aa5cf61d16c23bd1ff5d826e78..d74c44341496aeb5c6af2470085d11364c79d222 100644
--- a/Source/core/html/canvas/CanvasRenderingContext.h
+++ b/Source/core/html/canvas/CanvasRenderingContext.h
@@ -64,7 +64,7 @@ public:
// Return true if the content is updated.
virtual bool paintRenderingResultsToCanvas(SourceDrawingBuffer) { return false; }
- virtual blink::WebLayer* platformLayer() const { return nullptr; }
+ virtual WebLayer* platformLayer() const { return nullptr; }
bool wouldTaintOrigin(CanvasImageSource*);
void didMoveToNewDocument(Document*);
« no previous file with comments | « Source/core/html/canvas/CHROMIUMValuebuffer.cpp ('k') | Source/core/html/canvas/ContextAttributeHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698