| 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 88fc59e7fe59046457070d4439fddfad018838c4..e2c006077f03f01c2889255e6d8bf55f37cb3645 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
|
| @@ -45,6 +45,8 @@ public:
|
|
|
| void stop() override;
|
|
|
| + Image* image() const { return m_image.get(); }
|
| +
|
| virtual ~ImageBitmapRenderingContext();
|
|
|
| private:
|
|
|