#include "include/core/SkPath.h"
#include "include/core/SkRefCnt.h"
#include "modules/skottie/src/Adapter.h"
#include "modules/skottie/src/SkottiePriv.h"
#include "modules/skottie/src/SkottieValue.h"
#include "modules/sksg/include/SkSGPath.h"
#include "src/utils/SkJSON.h"
#include <utility>
namespace skottie {
namespace internal {
namespace {
class PathAdapter final : public DiscardableAdapterBase<PathAdapter, sksg::Path> { … };
}
sk_sp<sksg::Path> AnimationBuilder::attachPath(const skjson::Value& jpath) const { … }
}
}