Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h |
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| index 71aba7f19ff322fb2aca2d6352f73933316b6a1a..d771f9dc031f3446316bede6daf9f1cda52c3e33 100644 |
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| @@ -58,6 +58,7 @@ public: |
| bool isPremultiplied() const { return m_image->isPremultiplied(); } |
| PassRefPtr<StaticBitmapImage> transfer(); |
| void close(); |
| + bool isTextureBacked() const; |
| ~ImageBitmap() override; |