aboutsummaryrefslogtreecommitdiff
path: root/modules/skottie/include/Skottie.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/skottie/include/Skottie.h')
-rw-r--r--modules/skottie/include/Skottie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/skottie/include/Skottie.h b/modules/skottie/include/Skottie.h
index 1a27bd31ea..2375a2e639 100644
--- a/modules/skottie/include/Skottie.h
+++ b/modules/skottie/include/Skottie.h
@@ -83,7 +83,7 @@ public:
private:
Animation(const ResourceProvider&, SkString ver, const SkSize& size, SkScalar fps,
- const skjson::ObjectValue&, Stats*);
+ SkScalar in, SkScalar out, const skjson::ObjectValue&, Stats*);
SkString fVersion;
SkSize fSize;