Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h |
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h |
index 2b00aa0e76c36796887ca12abff14001fd828d5a..5b57bce14ee0ea52863ff1d86b6fc8e6ab55ddc8 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h |
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h |
@@ -193,7 +193,7 @@ class PLATFORM_EXPORT ImageDecoder { |
virtual bool FrameHasAlphaAtIndex(size_t) const; |
// Whether or not the frame is fully received. |
- virtual bool FrameIsCompleteAtIndex(size_t) const; |
+ virtual bool FrameIsReceivedAtIndex(size_t) const; |
// Returns true if a cached complete decode is available. |
bool FrameIsDecodedAtIndex(size_t) const; |