| 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 73eafe8a1b0ddf726c6e12971a7371f2d0a9a968..6b0f4cfa3d5276d620373683fe8eba74b0c0e2e5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -74,7 +74,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
|
| int RepetitionCount() const;
|
| size_t ClearCacheExceptFrame(size_t index);
|
| bool FrameHasAlphaAtIndex(size_t index) const;
|
| - bool FrameIsCompleteAtIndex(size_t index) const;
|
| + bool FrameIsReceivedAtIndex(size_t index) const;
|
| float FrameDurationAtIndex(size_t index) const;
|
| size_t FrameBytesAtIndex(size_t index) const;
|
| ImageOrientation OrientationAtIndex(size_t index) const;
|
|
|