| Index: include/effects/SkCornerPathEffect.h
|
| diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
|
| index 6b75da66e3fb1d7d7d07b575026466d41fb3a294..c90aaec16bd14c75402fe845b7ccc5d3974c05ad 100644
|
| --- a/include/effects/SkCornerPathEffect.h
|
| +++ b/include/effects/SkCornerPathEffect.h
|
| @@ -32,7 +32,7 @@ public:
|
|
|
| protected:
|
| explicit SkCornerPathEffect(SkScalar radius);
|
| - virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| private:
|
| SkScalar fRadius;
|
|
|