Index: Source/platform/graphics/DeferredImageDecoder.h |
diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h |
index 949c0bf83aa691316c83758680921612e6d42a61..08c13b6361ccdb0b4b2354227b713d40ffc1ef82 100644 |
--- a/Source/platform/graphics/DeferredImageDecoder.h |
+++ b/Source/platform/graphics/DeferredImageDecoder.h |
@@ -70,7 +70,6 @@ public: |
size_t clearCacheExceptFrame(size_t); |
bool frameHasAlphaAtIndex(size_t index) const; |
bool frameIsCompleteAtIndex(size_t) const; |
- bool frameIsCachedAndLazyDecodedAtIndex(size_t) const; |
float frameDurationAtIndex(size_t) const; |
size_t frameBytesAtIndex(size_t index) const; |
ImageOrientation orientationAtIndex(size_t index) const; |