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 bd36802ec110e53a8839116912b8bc28f06a2fe2..602a748a206367c1f9eb6d81f6b0fec485df6697 100644 |
--- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h |
@@ -13,7 +13,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>); |
virtual void destroyDecodedData(bool destroyAll) { } |