aboutsummaryrefslogtreecommitdiffhomepage
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 906ea82b68..5114ae4578 100644
--- a/modules/skottie/include/Skottie.h
+++ b/modules/skottie/include/Skottie.h
@@ -42,7 +42,7 @@ public:
fAnimatorCount;
};
- static sk_sp<Animation> Make(SkStream*, const ResourceProvider&, Stats* = nullptr);
+ static sk_sp<Animation> Make(SkStream*, const ResourceProvider* = nullptr, Stats* = nullptr);
static sk_sp<Animation> MakeFromFile(const char path[], const ResourceProvider* = nullptr,
Stats* = nullptr);