| Index: third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| index a6a9eac234b7f03a355372a65ebf970f7ecd7fc9..9432054aa9d5dc36e10774f5bb910e67b5ebc329 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| @@ -96,7 +96,7 @@ class PLATFORM_EXPORT ImageSource final {
|
| float FrameDurationAtIndex(size_t) const;
|
| bool FrameHasAlphaAtIndex(
|
| size_t) const; // Whether or not the frame actually used any alpha.
|
| - bool FrameIsCompleteAtIndex(
|
| + bool FrameIsReceivedAtIndex(
|
| size_t) const; // Whether or not the frame is fully received.
|
| ImageOrientation OrientationAtIndex(size_t) const; // EXIF image orientation
|
|
|
|
|