| Index: include/effects/SkArcToPathEffect.h
|
| diff --git a/include/effects/SkArcToPathEffect.h b/include/effects/SkArcToPathEffect.h
|
| index 7a96cd72ce2a7a4f5c0bfd68fae7058a750dc5ff..6ae7e3648542ed7ffe728c9d1e1db975e82fd6f2 100644
|
| --- a/include/effects/SkArcToPathEffect.h
|
| +++ b/include/effects/SkArcToPathEffect.h
|
| @@ -22,14 +22,14 @@ public:
|
| return SkNEW_ARGS(SkArcToPathEffect, (radius));
|
| }
|
|
|
| - bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
|
| + bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
|
|
|
| SK_TO_STRING_OVERRIDE()
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkArcToPathEffect)
|
|
|
| protected:
|
| explicit SkArcToPathEffect(SkScalar radius);
|
| - void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const override;
|
|
|
| private:
|
| SkScalar fRadius;
|
|
|