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

Unified Diff: src/codec/SkWbmpCodec.h

Issue 1820073002: Add SkEncodedInfo to report properties of encoded image data (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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: src/codec/SkWbmpCodec.h
diff --git a/src/codec/SkWbmpCodec.h b/src/codec/SkWbmpCodec.h
index f43f615ed25273b6bc13a90c623dbd3ed8140fd8..188cd90ae90eef3a5325c82254ddee56d87d6fb9 100644
--- a/src/codec/SkWbmpCodec.h
+++ b/src/codec/SkWbmpCodec.h
@@ -44,7 +44,7 @@ private:
*/
bool readRow(uint8_t* row);
- SkWbmpCodec(const SkImageInfo&, SkStream*);
+ SkWbmpCodec(const SkEncodedInfo&, SkStream*);
const size_t fSrcRowBytes;

Powered by Google App Engine
This is Rietveld 408576698