/* * Copyright 2019 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkottieTextAnimator_DEFINED #define SkottieTextAnimator_DEFINED #include "include/core/SkColor.h" #include "include/core/SkM44.h" #include "include/core/SkRefCnt.h" #include "modules/skottie/src/SkottieValue.h" #include <cstddef> #include <vector> namespace skjson { class ObjectValue; } namespace skottie { namespace internal { class AnimatablePropertyContainer; class AnimationBuilder; class RangeSelector; class TextAnimator final : public SkNVRefCnt<TextAnimator> { … }; } // namespace internal } // namespace skottie #endif // SkottieTextAnimator_DEFINED