| Index: include/effects/SkDiscretePathEffect.h
|
| diff --git a/include/effects/SkDiscretePathEffect.h b/include/effects/SkDiscretePathEffect.h
|
| index 999ea04810bf46888c1d8d190a8a5d19773023a2..bdcf21c428468f449571fe178e6cf956a264e453 100644
|
| --- a/include/effects/SkDiscretePathEffect.h
|
| +++ b/include/effects/SkDiscretePathEffect.h
|
| @@ -15,6 +15,8 @@
|
| This path effect chops a path into discrete segments, and randomly displaces them.
|
| */
|
| class SK_API SkDiscretePathEffect : public SkPathEffect {
|
| + typedef SkPathEffect INHERITED;
|
| +
|
| public:
|
| /** Break the path into segments of segLength length, and randomly move the endpoints
|
| away from the original path by a maximum of deviation.
|
| @@ -33,8 +35,6 @@ protected:
|
|
|
| private:
|
| SkScalar fSegLength, fPerterb;
|
| -
|
| - typedef SkPathEffect INHERITED;
|
| };
|
|
|
| #endif
|
|
|