| Index: Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
|
| index a7cefa3c2870696812b94301976eff639a447135..2f5cd637991cdd2f9d6517bf57336a5efc337ef3 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/StringHash.h"
|
|
|
| -namespace WebKit { class WebLayer; }
|
| +namespace blink { class WebLayer; }
|
|
|
| namespace WebCore {
|
|
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| virtual void paintRenderingResultsToCanvas() {}
|
|
|
| - virtual WebKit::WebLayer* platformLayer() const { return 0; }
|
| + virtual blink::WebLayer* platformLayer() const { return 0; }
|
|
|
| protected:
|
| CanvasRenderingContext(HTMLCanvasElement*);
|
|
|