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

Unified Diff: Source/core/platform/graphics/ImageSource.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/ImageSource.h
diff --git a/Source/core/platform/graphics/ImageSource.h b/Source/core/platform/graphics/ImageSource.h
index 2a78d71e70c8c5a5af45be8170a12f780b00be99..879c55782e50c7bb3619d1689654141ec94b8bc6 100644
--- a/Source/core/platform/graphics/ImageSource.h
+++ b/Source/core/platform/graphics/ImageSource.h
@@ -106,8 +106,6 @@ public:
bool getHotSpot(IntPoint&) const;
- size_t bytesDecodedToDetermineProperties() const;
-
int repetitionCount();
size_t frameCount() const;

Powered by Google App Engine
This is Rietveld 408576698