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

Unified Diff: third_party/WebKit/Source/platform/graphics/BitmapImage.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/BitmapImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.h b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
index e93ed07e54be4702a3a48532a1664f30c704dc71..7abcb40686ded35ce329150f3f0db8202941ed2c 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
@@ -122,7 +122,7 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
sk_sp<SkImage> FrameAtIndex(size_t);
- bool FrameIsCompleteAtIndex(size_t) const;
+ bool FrameIsReceivedAtIndex(size_t) const;
float FrameDurationAtIndex(size_t) const;
bool FrameHasAlphaAtIndex(size_t);
ImageOrientation FrameOrientationAtIndex(size_t);
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698