| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.h b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| index d73e2a742f8ce622c2ca55a01c7420e6d3dda458..e93ed07e54be4702a3a48532a1664f30c704dc71 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -88,6 +88,7 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
|
| bool CurrentFrameKnownToBeOpaque(MetadataMode = kUseCurrentMetadata) override;
|
| bool CurrentFrameIsComplete() override;
|
| bool CurrentFrameIsLazyDecoded() override;
|
| + size_t FrameCount() override;
|
|
|
| ImageOrientation CurrentFrameOrientation();
|
|
|
| @@ -118,7 +119,6 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
|
| ImageClampingMode) override;
|
|
|
| size_t CurrentFrame() const { return current_frame_; }
|
| - size_t FrameCount();
|
|
|
| sk_sp<SkImage> FrameAtIndex(size_t);
|
|
|
|
|