| 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 178bddbc54231d730fd04ce1cc3654523d8fae9b..7ab03585c0b4df9ea1dea9f3860a042cb3be5c99 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -127,6 +127,7 @@ public:
|
|
|
| // ImageBitmap-specific interface
|
| virtual bool paint(GraphicsContext&, const IntRect&) { return false; }
|
| + virtual PassRefPtr<Image> getImage() const { return nullptr; }
|
|
|
| bool wouldTaintOrigin(CanvasImageSource*, SecurityOrigin* = nullptr);
|
| void didMoveToNewDocument(Document*);
|
|
|