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

Unified Diff: Source/core/platform/graphics/Image.h

Issue 15969015: Reland again "Decode GIF image frames on demand". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 7 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: Source/core/platform/graphics/Image.h
diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
index de79dab758eca5f92edcfa33b5a966ede8a8f44a..625a09126072ad8a54c6b99b0439771a18b6b893 100644
--- a/Source/core/platform/graphics/Image.h
+++ b/Source/core/platform/graphics/Image.h
@@ -94,7 +94,7 @@ public:
virtual String filenameExtension() const { return String(); } // null string if unknown
- virtual void destroyDecodedData(bool destroyAll = true) = 0;
+ virtual void destroyDecodedData() = 0;
virtual unsigned decodedSize() const = 0;
SharedBuffer* data() { return m_encodedImageData.get(); }

Powered by Google App Engine
This is Rietveld 408576698