Chromium Code Reviews| 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..16a4302a6e39c6218c2a81288a30309022308128 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 Image* getImage() const { return nullptr; } |
|
Justin Novosad
2016/08/22 19:42:25
Image is a ref counted type. You should not be ret
zakerinasab
2016/08/22 19:55:50
Done.
|
| bool wouldTaintOrigin(CanvasImageSource*, SecurityOrigin* = nullptr); |
| void didMoveToNewDocument(Document*); |