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

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

Issue 25976002: Remove ImageSource::bytesDecodedToDetermineProperties() and fallout (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust BitmapImageTest with own decodedSize() implementation Created 7 years, 2 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 b649d81fb1d4df11c9c482c65478a913bfaf5c0a..ad0c8daefdd49e2302909993eb06bb7a92aa0f76 100644
--- a/Source/core/platform/graphics/Image.h
+++ b/Source/core/platform/graphics/Image.h
@@ -92,7 +92,6 @@ public:
virtual String filenameExtension() const { return String(); } // null string if unknown
virtual void destroyDecodedData(bool destroyAll) = 0;
- virtual unsigned decodedSize() const = 0;
SharedBuffer* data() { return m_encodedImageData.get(); }

Powered by Google App Engine
This is Rietveld 408576698