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 |