| Index: include/effects/SkCornerPathEffect.h
|
| diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
|
| index 704b7fb8f024194d1f6e3eb0028be490c934378d..776a9c80b9a66e9b5303e1fbc64649f6dde75a29 100644
|
| --- a/include/effects/SkCornerPathEffect.h
|
| +++ b/include/effects/SkCornerPathEffect.h
|
| @@ -16,6 +16,8 @@
|
| into various treatments (e.g. rounded corners)
|
| */
|
| class SK_API SkCornerPathEffect : public SkPathEffect {
|
| + typedef SkPathEffect INHERITED;
|
| +
|
| public:
|
| /** radius must be > 0 to have an effect. It specifies the distance from each corner
|
| that should be "rounded".
|
| @@ -34,8 +36,6 @@ protected:
|
|
|
| private:
|
| SkScalar fRadius;
|
| -
|
| - typedef SkPathEffect INHERITED;
|
| };
|
|
|
| #endif
|
|
|