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

Unified Diff: Source/core/html/canvas/CanvasRenderingContext2D.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/CanvasRenderingContext2D.h
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
index 31f474e8aa13e10a6cb5492ae94d512f0e487346..880127b7f8120f5a558d3ed64d2132c610593d27 100644
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
@@ -41,7 +41,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebKit { class WebLayer; }
+namespace blink { class WebLayer; }
namespace WebCore {
@@ -330,7 +330,7 @@ private:
virtual bool isTransformInvertible() const { return state().m_invertibleCTM; }
- virtual WebKit::WebLayer* platformLayer() const OVERRIDE;
+ virtual blink::WebLayer* platformLayer() const OVERRIDE;
Vector<State, 1> m_stateStack;
unsigned m_unrealizedSaveCount;
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext.h ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698