Index: third_party/WebKit/Source/platform/graphics/Image.h |
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h |
index fc9eb8d1048aca708253efccdfdd335d32d224e9..88f4301946a7dc06bdc09832143673a92afcc1fe 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Image.h |
+++ b/third_party/WebKit/Source/platform/graphics/Image.h |
@@ -73,6 +73,7 @@ public: |
virtual bool currentFrameKnownToBeOpaque() = 0; |
virtual bool currentFrameIsComplete() { return false; } |
virtual bool currentFrameIsLazyDecoded() { return false; } |
+ virtual bool isTextureBacked(); |
// Derived classes should override this if they can assure that the current |
// image frame contains only resources from its own security origin. |