aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleSVGPong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleSVGPong.cpp')
-rw-r--r--samplecode/SampleSVGPong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleSVGPong.cpp b/samplecode/SampleSVGPong.cpp
index 6cde5b0d8a..993af38be8 100644
--- a/samplecode/SampleSVGPong.cpp
+++ b/samplecode/SampleSVGPong.cpp
@@ -145,7 +145,7 @@ protected:
SkRect::MakeIWH(this->width(), this->height()),
SkMatrix::kFill_ScaleToFit));
auto root = sksg::Transform::Make(std::move(group), fContentMatrix);
- fScene = sksg::Scene::Make(std::move(root), sksg::Scene::AnimatorList());
+ fScene = sksg::Scene::Make(std::move(root), sksg::AnimatorList());
// Off we go.
this->updatePaddleStrategy();