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

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.h

Issue 1857543002: Don't recreate SkImages for high-res (GIF, WEBP...) animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review #4 fix. Thanks @pkasting. Created 4 years, 9 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: third_party/WebKit/Source/platform/graphics/Image.h
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
index 0f89990c4784fbf0465dab92cd3c8d84d085cf4a..1cfe5691c3b64374111dce619976c211a8b105ab 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -104,7 +104,7 @@ public:
virtual String filenameExtension() const { return String(); } // null string if unknown
- virtual void destroyDecodedData(bool destroyAll) = 0;
+ virtual void destroyDecodedData() = 0;
SharedBuffer* data() { return m_encodedImageData.get(); }

Powered by Google App Engine
This is Rietveld 408576698