| Index: tools/debugger/SkDrawCommand.h
|
| diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h
|
| index 27b56e277ac9a3443c3b3bdca6562b8785528aa8..df50be8fdcdae02c6ead319f5af3444001c21f31 100644
|
| --- a/tools/debugger/SkDrawCommand.h
|
| +++ b/tools/debugger/SkDrawCommand.h
|
| @@ -123,6 +123,7 @@ public:
|
|
|
| // Helper methods for converting things to JSON
|
| static Json::Value MakeJsonColor(const SkColor color);
|
| + static Json::Value MakeJsonColor4f(const SkColor4f& color);
|
| static Json::Value MakeJsonPoint(const SkPoint& point);
|
| static Json::Value MakeJsonPoint(SkScalar x, SkScalar y);
|
| static Json::Value MakeJsonRect(const SkRect& rect);
|
|
|