diff options
| author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-10-13 18:04:58 +0000 |
|---|---|---|
| committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-10-13 18:04:58 +0000 |
| commit | e3839f8b2ff75e6e92086089eb1b51f9c160a4dd (patch) | |
| tree | 641d095d8977efd03aa38f8b34a0603fe7882245 /samplecode/SampleAnimator.cpp | |
| parent | fb3229436584e97ca108a39493953c9fbcdfe44c (diff) | |
require expat to use with animator
git-svn-id: http://skia.googlecode.com/svn/trunk@383 2bbb7eff-a529-9590-31e7-b0007b416f81
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; } |
