| Index: include/effects/SkCornerPathEffect.h
|
| diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
|
| index 636de400d329621c150d1aa2c758cbe8638c5b8b..19357903eca0750c16212503690774ce3280e27e 100644
|
| --- a/include/effects/SkCornerPathEffect.h
|
| +++ b/include/effects/SkCornerPathEffect.h
|
| @@ -26,18 +26,18 @@ public:
|
| virtual ~SkCornerPathEffect();
|
|
|
| virtual bool filterPath(SkPath* dst, const SkPath& src,
|
| - SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
|
| + SkStrokeRec*, const SkRect*) const override;
|
|
|
| SK_TO_STRING_OVERRIDE()
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect)
|
|
|
| #ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
| - bool exposedInAndroidJavaAPI() const SK_OVERRIDE { return true; }
|
| + bool exposedInAndroidJavaAPI() const override { return true; }
|
| #endif
|
|
|
| protected:
|
| explicit SkCornerPathEffect(SkScalar radius);
|
| - void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const override;
|
|
|
| private:
|
| SkScalar fRadius;
|
|
|