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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.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/image-decoders/ImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
index 2b00aa0e76c36796887ca12abff14001fd828d5a..5b57bce14ee0ea52863ff1d86b6fc8e6ab55ddc8 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
@@ -193,7 +193,7 @@ class PLATFORM_EXPORT ImageDecoder {
virtual bool FrameHasAlphaAtIndex(size_t) const;
// Whether or not the frame is fully received.
- virtual bool FrameIsCompleteAtIndex(size_t) const;
+ virtual bool FrameIsReceivedAtIndex(size_t) const;
// Returns true if a cached complete decode is available.
bool FrameIsDecodedAtIndex(size_t) const;

Powered by Google App Engine
This is Rietveld 408576698