aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/skottie/src/SkottieAnimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/skottie/src/SkottieAnimator.h')
-rw-r--r--modules/skottie/src/SkottieAnimator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/skottie/src/SkottieAnimator.h b/modules/skottie/src/SkottieAnimator.h
index 6dc8f6c759..c4464e3138 100644
--- a/modules/skottie/src/SkottieAnimator.h
+++ b/modules/skottie/src/SkottieAnimator.h
@@ -12,14 +12,14 @@
#include <functional>
-namespace skottie {
+namespace skjson { class Value; }
-namespace json { class ValueRef; }
+namespace skottie {
// This is the workhorse for property binding: depending on whether the property is animated,
// it will either apply immediately or instantiate and attach a keyframe animator.
template <typename T>
-bool BindProperty(const json::ValueRef&,
+bool BindProperty(const skjson::Value&,
sksg::AnimatorList*,
std::function<void(const T&)>&&,
const T* noop = nullptr);