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 f27bb669f3042c3f6570723ccde369b775ba339d..19c59b5e837b5b74b0c155ce8e07a6472eaed206 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h |
@@ -70,7 +70,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; |