Index: third_party/WebKit/Source/platform/graphics/ImageSource.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp |
index 38c5eff0816b7dabd56e790555aa360712dc73d5..a10c7b7116821f2ce0b08acddbfc22e9c97a8b3f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp |
@@ -141,8 +141,8 @@ bool ImageSource::FrameHasAlphaAtIndex(size_t index) const { |
return !decoder_ || decoder_->FrameHasAlphaAtIndex(index); |
} |
-bool ImageSource::FrameIsCompleteAtIndex(size_t index) const { |
- return decoder_ && decoder_->FrameIsCompleteAtIndex(index); |
+bool ImageSource::FrameIsReceivedAtIndex(size_t index) const { |
+ return decoder_ && decoder_->FrameIsReceivedAtIndex(index); |
} |
size_t ImageSource::FrameBytesAtIndex(size_t index) const { |