/* * Copyright 2020 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkottieAnimator_DEFINED #define SkottieAnimator_DEFINED #include "include/core/SkRefCnt.h" #include <vector> struct SkV2; namespace skjson { class ObjectValue; } // namespace skjson namespace skottie { class SlotManager; namespace internal { class AnimationBuilder; class AnimatorBuilder; class Animator : public SkRefCnt { … }; class AnimatablePropertyContainer : public Animator { … }; } // namespace internal } // namespace skottie #endif // SkottieAnimator_DEFINED