| Index: include/effects/SkCornerPathEffect.h
|
| diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
|
| index c77505be3911512f9478e52e54ea83a70f9f0762..8bb7a5069514e1b8f0acf2c9293fbe7aeb779ea6 100644
|
| --- a/include/effects/SkCornerPathEffect.h
|
| +++ b/include/effects/SkCornerPathEffect.h
|
| @@ -31,14 +31,10 @@ public:
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect)
|
|
|
| protected:
|
| - SkCornerPathEffect(SkReadBuffer&);
|
| + explicit SkCornerPathEffect(SkScalar radius);
|
| + explicit SkCornerPathEffect(SkReadBuffer&);
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS
|
| -public:
|
| -#endif
|
| - SkCornerPathEffect(SkScalar radius);
|
| -
|
| private:
|
| SkScalar fRadius;
|
|
|
|
|