#include "include/core/SkRefCnt.h"
#include "modules/skottie/include/Skottie.h"
#include "modules/skottie/src/SkottiePriv.h"
#include "modules/skottie/src/animator/Animator.h"
#include "modules/skresources/include/SkResources.h"
#include "modules/sksg/include/SkSGRenderNode.h"
#include "src/utils/SkJSON.h"
#include <utility>
namespace skottie::internal {
namespace {
class ForwardingPlaybackController final : public Animator { … };
}
sk_sp<sksg::RenderNode> AnimationBuilder::attachAudioLayer(const skjson::ObjectValue& jlayer,
LayerInfo* layer_info) const { … }
}