| Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| index 001e3b01b93b3145e6792ca8fc9bc93c112ef843..50e7a7026a5de7ee6d0521b2f04c198d5e109fab 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -14,7 +14,7 @@ class PLATFORM_EXPORT StaticBitmapImage final : public Image {
|
| public:
|
| ~StaticBitmapImage() override;
|
|
|
| - bool currentFrameIsComplete() override { return true; }
|
| + bool currentFrameIsFullyReceived() override { return true; }
|
|
|
| static PassRefPtr<StaticBitmapImage> create(PassRefPtr<SkImage>);
|
| static PassRefPtr<StaticBitmapImage> create(WebExternalTextureMailbox&);
|
|
|