Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
index 3338d4aa8ad1e5039efc98d14e95b2c39d9237ad..0122a267115507f079102ac62cfea9a13406afad 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
@@ -71,7 +71,7 @@ public: |
int repetitionCount() const; |
size_t clearCacheExceptFrame(size_t index); |
bool frameHasAlphaAtIndex(size_t index) const; |
- bool frameIsCompleteAtIndex(size_t index) const; |
+ bool frameIsFullyReceivedAtIndex(size_t index) const; |
float frameDurationAtIndex(size_t index) const; |
size_t frameBytesAtIndex(size_t index) const; |
ImageOrientation orientationAtIndex(size_t index) const; |