| 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 8cd7c12e547787fce408157bb007957f9ffe9ded..d91869e12dfabfc05623028906911f13774e53a9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| @@ -137,9 +137,9 @@ bool ImageSource::frameHasAlphaAtIndex(size_t index) const
|
| return !m_decoder || m_decoder->frameHasAlphaAtIndex(index);
|
| }
|
|
|
| -bool ImageSource::frameIsCompleteAtIndex(size_t index) const
|
| +bool ImageSource::frameIsFullyReceivedAtIndex(size_t index) const
|
| {
|
| - return m_decoder && m_decoder->frameIsCompleteAtIndex(index);
|
| + return m_decoder && m_decoder->frameIsFullyReceivedAtIndex(index);
|
| }
|
|
|
| size_t ImageSource::frameBytesAtIndex(size_t index) const
|
|
|