Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
index 39004872cd8d978b40adeb2376fc1e74d2401400..4e2819d9713791792e796e57842bb3ec73fd6248 100644 |
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
@@ -77,6 +77,7 @@ public: |
virtual bool hasAlpha() const { return true; } |
virtual void setIsHidden(bool) = 0; |
virtual bool isContextLost() const { return true; } |
+ virtual void setCanvasGetContextResult(RenderingContext&) = 0; |
// Return true if the content is updated. |
virtual bool paintRenderingResultsToCanvas(SourceDrawingBuffer) { return false; } |