commit | 671cd656785de5e84564b6ffe4831625d7016ded | [log] [tgz] |
---|---|---|
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 22 20:44:12 2009 +0000 |
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 22 20:44:12 2009 +0000 |
tree | eea4b9e21a459d2b5c183f24b2eeb47cfe0be294 | |
parent | 149e2f6159a797989f6f0fa93ecfaa66cdd55c40 [diff] [blame] |
add SDL support git-svn-id: http://skia.googlecode.com/svn/trunk@182 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SamplePathEffects.cpp b/samplecode/SamplePathEffects.cpp index 4e964d7..e2b5f5a 100644 --- a/samplecode/SamplePathEffects.cpp +++ b/samplecode/SamplePathEffects.cpp
@@ -203,7 +203,7 @@ } gPhase -= SK_Scalar1; - this->inval(nil); + this->inval(NULL); SkPaint paint;