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

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.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/DeferredImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
index 73eafe8a1b0ddf726c6e12971a7371f2d0a9a968..6b0f4cfa3d5276d620373683fe8eba74b0c0e2e5 100644
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
@@ -74,7 +74,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
int RepetitionCount() const;
size_t ClearCacheExceptFrame(size_t index);
bool FrameHasAlphaAtIndex(size_t index) const;
- bool FrameIsCompleteAtIndex(size_t index) const;
+ bool FrameIsReceivedAtIndex(size_t index) const;
float FrameDurationAtIndex(size_t index) const;
size_t FrameBytesAtIndex(size_t index) const;
ImageOrientation OrientationAtIndex(size_t index) const;

Powered by Google App Engine
This is Rietveld 408576698