Index: src/codec/SkBmpRLECodec.h |
diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h |
index aa5b06127329cef971d7365d180a169434bb4093..799aca9034eca88987553c97f4bb3e60152a3a37 100644 |
--- a/src/codec/SkBmpRLECodec.h |
+++ b/src/codec/SkBmpRLECodec.h |
@@ -43,7 +43,7 @@ protected: |
Result onGetPixels(const SkImageInfo& dstInfo, void* dst, |
size_t dstRowBytes, const Options&, SkPMColor*, |
- int*) override; |
+ int*, int*) override; |
SkCodec::Result prepareToDecode(const SkImageInfo& dstInfo, |
const SkCodec::Options& options, SkPMColor inputColorPtr[], |
@@ -81,8 +81,8 @@ private: |
const SkImageInfo& dstInfo, uint32_t x, uint32_t y, |
uint8_t red, uint8_t green, uint8_t blue); |
- Result decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, |
- const Options& opts) override; |
+ uint32_t decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, |
+ const Options& opts) override; |
SkAutoTUnref<SkColorTable> fColorTable; // owned |
const uint32_t fNumColors; |