Chromium Code Reviews| Index: src/codec/SkCodec_libico.h |
| diff --git a/src/codec/SkCodec_libico.h b/src/codec/SkCodec_libico.h |
| index a690cdd81d09be3cfc49ec6bb0c1b7b2618b79f7..a815e300ddc787c0c1641209044a8738671ac9a2 100644 |
| --- a/src/codec/SkCodec_libico.h |
| +++ b/src/codec/SkCodec_libico.h |
| @@ -35,6 +35,8 @@ protected: |
| */ |
| SkISize onGetScaledDimensions(float desiredScale) const override; |
| + bool onDimensionsSupported(const SkISize&) override; |
| + |
| /* |
| * Initiates the Ico decode |
| */ |