Index: src/codec/SkBmpCodec.h |
diff --git a/src/codec/SkBmpCodec.h b/src/codec/SkBmpCodec.h |
index a7e8e58431ba59d2146d4e78de779a46bbeafeed..8598e90e96651a86af080b3cb7de95befdacaf01 100644 |
--- a/src/codec/SkBmpCodec.h |
+++ b/src/codec/SkBmpCodec.h |
@@ -38,7 +38,7 @@ public: |
protected: |
- SkBmpCodec(const SkImageInfo& info, SkStream* stream, uint16_t bitsPerPixel, |
+ SkBmpCodec(const SkEncodedInfo& info, SkStream* stream, uint16_t bitsPerPixel, |
SkCodec::SkScanlineOrder rowOrder); |
SkEncodedFormat onGetEncodedFormat() const override { return kBMP_SkEncodedFormat; } |