Index: tools/debugger/SkDrawCommand.h |
diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h |
index 07dd477f6a93620b6cbc4efe9b88f2ccf28eb481..47f7fa829791384a1702c9f66b629130f1024c34 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); |