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