| Index: tools/debugger/SkJsonWriteBuffer.h
|
| diff --git a/tools/debugger/SkJsonWriteBuffer.h b/tools/debugger/SkJsonWriteBuffer.h
|
| index 068b65081b952bb015a481524c655d481ea57d97..a0cf4e720bff30eee0c7b129daae6f4cad3290b3 100644
|
| --- a/tools/debugger/SkJsonWriteBuffer.h
|
| +++ b/tools/debugger/SkJsonWriteBuffer.h
|
| @@ -35,6 +35,8 @@ public:
|
| void writeFlattenable(const SkFlattenable* flattenable) override;
|
| void writeColor(SkColor color) override;
|
| void writeColorArray(const SkColor* color, uint32_t count) override;
|
| + void writeColor4f(const SkColor4f& color) override;
|
| + void writeColor4fArray(const SkColor4f* color, uint32_t count) override;
|
| void writePoint(const SkPoint& point) override;
|
| void writePointArray(const SkPoint* point, uint32_t count) override;
|
| void writeMatrix(const SkMatrix& matrix) override;
|
|
|