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

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

Issue 1308233002: Remove external BitmapImage lazy decoding tracking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/platform/graphics/FrameData.cpp ('k') | Source/platform/graphics/ImageSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageSource.h
diff --git a/Source/platform/graphics/ImageSource.h b/Source/platform/graphics/ImageSource.h
index a26588d4bb2976b44d71f8bc82ff3f3ee6e645bc..a04cc45c8931b2ec6ed366b273c770785e6b7ee3 100644
--- a/Source/platform/graphics/ImageSource.h
+++ b/Source/platform/graphics/ImageSource.h
@@ -87,7 +87,6 @@ public:
float frameDurationAtIndex(size_t) const;
bool frameHasAlphaAtIndex(size_t) const; // Whether or not the frame actually used any alpha.
bool frameIsCompleteAtIndex(size_t) const; // Whether or not the frame is fully received.
- bool frameIsLazyDecodedAtIndex(size_t) const; // Whether or not the frame is lazy-decoded.
ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
// Returns the number of bytes in the decoded frame. May return 0 if the
« no previous file with comments | « Source/platform/graphics/FrameData.cpp ('k') | Source/platform/graphics/ImageSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698