| 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 b3e30393625359732fc2ccdc13bc52726a25714f..b4315a43f573ca78beedace401f7e723268c8f67 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -84,6 +84,7 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
|
|
| virtual bool CurrentFrameIsComplete() { return false; }
|
| virtual bool CurrentFrameIsLazyDecoded() { return false; }
|
| + virtual size_t FrameCount() { return 0; }
|
| virtual bool IsTextureBacked() const { return false; }
|
|
|
| // Derived classes should override this if they can assure that the current
|
|
|