| Index: src/core/SkDraw.cpp
|
| diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp
|
| index 9bc29b333a8123e5145fda6269ad2f698493bd27..d0d4f0718a73cdac443c52c5838993b8f77b94e7 100644
|
| --- a/src/core/SkDraw.cpp
|
| +++ b/src/core/SkDraw.cpp
|
| @@ -2019,11 +2019,9 @@ public:
|
| };
|
|
|
| SK_TO_STRING_OVERRIDE()
|
| - SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkTriColorShader)
|
| + SK_DECLARE_NOT_FLATTENABLE_PROCS(SkTriColorShader)
|
|
|
| protected:
|
| - SkTriColorShader(SkReadBuffer& buffer) : SkShader(buffer) {}
|
| -
|
| virtual Context* onCreateContext(const ContextRec& rec, void* storage) const SK_OVERRIDE {
|
| return SkNEW_PLACEMENT_ARGS(storage, TriColorShaderContext, (*this, rec));
|
| }
|
|
|