| 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 e93ed07e54be4702a3a48532a1664f30c704dc71..7abcb40686ded35ce329150f3f0db8202941ed2c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -122,7 +122,7 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
|
|
|
| sk_sp<SkImage> FrameAtIndex(size_t);
|
|
|
| - bool FrameIsCompleteAtIndex(size_t) const;
|
| + bool FrameIsReceivedAtIndex(size_t) const;
|
| float FrameDurationAtIndex(size_t) const;
|
| bool FrameHasAlphaAtIndex(size_t);
|
| ImageOrientation FrameOrientationAtIndex(size_t);
|
|
|