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 5275168eded9118afa9fd4963aab2e7e5878f221..52762f0307c9ab6e641186048787a7bd93be4e0b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h |
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h |
@@ -85,7 +85,7 @@ public: |
PassRefPtr<Image> imageForDefaultFrame() override; |
bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override; |
- bool currentFrameIsComplete() override; |
+ bool currentFrameIsFullyReceived() override; |
bool currentFrameIsLazyDecoded() override; |
ImageOrientation currentFrameOrientation(); |
@@ -117,7 +117,7 @@ private: |
PassRefPtr<SkImage> frameAtIndex(size_t); |
- bool frameIsCompleteAtIndex(size_t); |
+ bool frameIsFullyReceivedAtIndex(size_t); |
float frameDurationAtIndex(size_t); |
bool frameHasAlphaAtIndex(size_t); |
ImageOrientation frameOrientationAtIndex(size_t); |