aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SamplePathEffects.cpp
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-05-22 20:44:12 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-05-22 20:44:12 +0000
commit671cd656785de5e84564b6ffe4831625d7016ded (patch)
treeeea4b9e21a459d2b5c183f24b2eeb47cfe0be294 /samplecode/SamplePathEffects.cpp
parent149e2f6159a797989f6f0fa93ecfaa66cdd55c40 (diff)
add SDL support
git-svn-id: http://skia.googlecode.com/svn/trunk@182 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/SamplePathEffects.cpp')
-rw-r--r--samplecode/SamplePathEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SamplePathEffects.cpp b/samplecode/SamplePathEffects.cpp
index 4e964d776f..e2b5f5a822 100644
--- a/samplecode/SamplePathEffects.cpp
+++ b/samplecode/SamplePathEffects.cpp
@@ -203,7 +203,7 @@ protected:
}
gPhase -= SK_Scalar1;
- this->inval(nil);
+ this->inval(NULL);
SkPaint paint;