Index: include/codec/SkScaledCodec.h |
diff --git a/include/codec/SkScaledCodec.h b/include/codec/SkScaledCodec.h |
index 92ef19e74f702810b25111a290cff999aa2eb0e4..61208e316aa14f282962b3ddc896c9c418a16fbb 100644 |
--- a/include/codec/SkScaledCodec.h |
+++ b/include/codec/SkScaledCodec.h |
@@ -26,6 +26,8 @@ public: |
int* sampleSizeX, int* sampleSizeY); |
protected: |
+ bool onRewind() override; |
+ |
/** |
* Recommend a set of destination dimensions given a requested scale |
*/ |