Chromium Code Reviews| Index: src/codec/SkCodec_libbmp.h |
| diff --git a/src/codec/SkCodec_libbmp.h b/src/codec/SkCodec_libbmp.h |
| index f35b88dc69d880c2f3ec698437bd93298a979692..21dab1a4d9a35dbea9812dfc21b15b28474ba2f3 100644 |
| --- a/src/codec/SkCodec_libbmp.h |
| +++ b/src/codec/SkCodec_libbmp.h |
| @@ -56,7 +56,7 @@ protected: |
| * |
| */ |
| virtual Result onGetPixels(const SkImageInfo& dstInfo, void* dst, |
| - size_t dstRowBytes, SkPMColor*, |
| + size_t dstRowBytes, const Options&, SkPMColor*, |
| int*) SK_OVERRIDE; |
| private: |