aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/codec/SkScaledCodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/codec/SkScaledCodec.h b/include/codec/SkScaledCodec.h
index 92ef19e74f..61208e316a 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
*/