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; |