diff options
Diffstat (limited to 'include/effects/SkDashPathEffect.h')
-rw-r--r-- | include/effects/SkDashPathEffect.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h index 0c9e53cc31..87580aa37d 100644 --- a/include/effects/SkDashPathEffect.h +++ b/include/effects/SkDashPathEffect.h @@ -41,9 +41,7 @@ public: SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase, bool scaleToFit = false); virtual ~SkDashPathEffect(); - // overrides for SkPathEffect - // This method is not exported to java. - virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width); + virtual bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*) SK_OVERRIDE; // overrides for SkFlattenable // This method is not exported to java. |