aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skottie/SkottieProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skottie/SkottieProperties.h')
-rw-r--r--experimental/skottie/SkottieProperties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/skottie/SkottieProperties.h b/experimental/skottie/SkottieProperties.h
index c5e14d14cb..8ca026eaeb 100644
--- a/experimental/skottie/SkottieProperties.h
+++ b/experimental/skottie/SkottieProperties.h
@@ -12,7 +12,6 @@
#include "SkPath.h"
#include "SkPoint.h"
#include "SkSize.h"
-#include "SkottiePriv.h"
#include "SkRefCnt.h"
#include "SkTArray.h"
#include "SkTypes.h"
@@ -31,11 +30,12 @@ class RRect;
class RenderNode;;
}
+namespace Json { class Value; }
+
namespace skottie {
template <typename T>
struct ValueTraits {
- static bool Parse(const Json::Value&, T*);
static size_t Cardinality(const T&);
template <typename U>