diff options
Diffstat (limited to 'samplecode/SampleAnimator.cpp')
| -rw-r--r-- | samplecode/SampleAnimator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleAnimator.cpp b/samplecode/SampleAnimator.cpp index 76b1975f92..14c974557c 100644 --- a/samplecode/SampleAnimator.cpp +++ b/samplecode/SampleAnimator.cpp @@ -80,7 +80,7 @@ static SkView* MyFactory() { SkAnimatorView* av = new SkAnimatorView; // av->decodeFile("/skimages/test.xml"); av->setURIBase("/skia/trunk/animations/"); - av->decodeFile("/skia/trunk/animations/movie#1.xml"); + av->decodeFile("/skia/trunk/animations/paths#1.xml"); return av; } |
