Chromium Code Reviews| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h |
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h |
| index c543150ad70c5cdfce75ba251b3eb9ab7bac3a1d..c22a06528cad077139a511c558f018ba049c0546 100644 |
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h |
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h |
| @@ -37,6 +37,7 @@ public: |
| bool isContextLost() const override { return false; } |
| bool paint(GraphicsContext&, const IntRect&) override; |
| void setCanvasGetContextResult(RenderingContext&) final; |
| + Image* getImage() const override { return m_image.get(); } |
|
Justin Novosad
2016/08/22 19:42:25
override -> final
zakerinasab
2016/08/22 19:55:50
Done.
|
| // TODO(junov): Implement GPU accelerated rendering using a layer bridge |
| WebLayer* platformLayer() const override { return nullptr; } |