Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageSource.h

Issue 2982083002: FrameIsCompleteAtIndex to FrameIsReceivedAtIndex (Closed)
Patch Set: Update upstack from ImageDecoder Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698