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

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

Issue 15350006: Decode GIF image frames on demand. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/GeneratedImage.h
diff --git a/Source/core/platform/graphics/GeneratedImage.h b/Source/core/platform/graphics/GeneratedImage.h
index 5752924733f9892410ec06a89cee8d5d38ea5865..219941a2ceea2ac65304f672de358628149f35f1 100644
--- a/Source/core/platform/graphics/GeneratedImage.h
+++ b/Source/core/platform/graphics/GeneratedImage.h
@@ -46,7 +46,7 @@ public:
virtual IntSize size() const { return m_size; }
// Assume that generated content has no decoded data we need to worry about
- virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
+ virtual void destroyDecodedData() OVERRIDE { }
virtual unsigned decodedSize() const { return 0; }
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698