5 #ifndef FLUTTER_IMPELLER_SCENE_ANIMATION_ANIMATION_H_
6 #define FLUTTER_IMPELLER_SCENE_ANIMATION_ANIMATION_H_
12 #include "flutter/fml/hash_combine.h"
15 #include "impeller/scene/importer/scene_flatbuffers.h"
25 const fb::Animation& animation,
26 const std::vector<std::shared_ptr<Node>>& scene_nodes);
57 const std::string&
GetName()
const;
67 std::vector<Channel> channels_;
78 #endif // FLUTTER_IMPELLER_SCENE_ANIMATION_ANIMATION_H_