| Index: include/effects/SkDiscretePathEffect.h
|
| diff --git a/include/effects/SkDiscretePathEffect.h b/include/effects/SkDiscretePathEffect.h
|
| index 999ea04810bf46888c1d8d190a8a5d19773023a2..60eb85274c1736967d848d9b2fa05f1c04e48760 100644
|
| --- a/include/effects/SkDiscretePathEffect.h
|
| +++ b/include/effects/SkDiscretePathEffect.h
|
| @@ -28,8 +28,8 @@ public:
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect)
|
|
|
| protected:
|
| - SkDiscretePathEffect(SkFlattenableReadBuffer&);
|
| - virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
|
| + SkDiscretePathEffect(SkReadBuffer&);
|
| + virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| private:
|
| SkScalar fSegLength, fPerterb;
|
|
|