Chromium Code Reviews| Index: include/codec/SkScaledCodec.h |
| diff --git a/include/codec/SkScaledCodec.h b/include/codec/SkScaledCodec.h |
| index 20428d8d73f40b0a391dfa061131fe1358fbb27c..4ed0d633addb7ffdd42a095cab5f45bbaa6e2ba4 100644 |
| --- a/include/codec/SkScaledCodec.h |
| +++ b/include/codec/SkScaledCodec.h |
| @@ -42,6 +42,8 @@ public: |
| int* sampleSizeX, int* sampleSizeY); |
| protected: |
| + bool onRewind() override; |
| + |
| /** |
| * Recommend a set of destination dimensions given a requested scale |
| */ |