| 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 586e18461836d42cadc33e5bb8f035c15aada6a3..a674a28405da1cb5cb0cc8ea9caa4e92d7813ba3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -67,7 +67,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;
|
|
|