| Index: samplecode/SampleAll.cpp
|
| diff --git a/samplecode/SampleAll.cpp b/samplecode/SampleAll.cpp
|
| index 133b653c071eb12b54eeb98a604e544749ec151b..8d6d169104d6eae4b552ee37ec8d6d8440f66616 100644
|
| --- a/samplecode/SampleAll.cpp
|
| +++ b/samplecode/SampleAll.cpp
|
| @@ -164,7 +164,7 @@ public:
|
| Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix)
|
| : Sk2DPathEffect(matrix), fRadius(radius) {}
|
|
|
| - SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
|
| + SK_DEFINE_FLATTENABLE_EXTERN(Dot2DPathEffect)
|
|
|
| protected:
|
| virtual void next(const SkPoint& loc, int u, int v, SkPath* dst) const SK_OVERRIDE {
|
|
|