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

Unified Diff: src/codec/SkBmpStandardCodec.h

Issue 1288483002: Consolidate SkCodec functions for handling rewind (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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: src/codec/SkBmpStandardCodec.h
diff --git a/src/codec/SkBmpStandardCodec.h b/src/codec/SkBmpStandardCodec.h
index ff91dcf5e99db9d60d3d5431cdddf8ca71d9708e..45450e65918b95c5d5222ec36cb3ddba9f28edfa 100644
--- a/src/codec/SkBmpStandardCodec.h
+++ b/src/codec/SkBmpStandardCodec.h
@@ -45,6 +45,9 @@ protected:
size_t dstRowBytes, const Options&, SkPMColor*,
int*) override;
+ bool onInIco() const override {
+ return fInIco;
+ }
private:
/*

Powered by Google App Engine
This is Rietveld 408576698