Index: tools/json/SkJSONCanvas.h |
diff --git a/tools/json/SkJSONCanvas.h b/tools/json/SkJSONCanvas.h |
index b43606447bdb815e606316e8979bb2dd27e87ab2..b0f736f48aeb962b528053b9f76538a7519b01c4 100644 |
--- a/tools/json/SkJSONCanvas.h |
+++ b/tools/json/SkJSONCanvas.h |
@@ -89,6 +89,7 @@ |
#define SKJSONCANVAS_ATTRIBUTE_MASKFILTER "maskFilter" |
#define SKJSONCANVAS_ATTRIBUTE_XFERMODE "xfermode" |
#define SKJSONCANVAS_ATTRIBUTE_BACKDROP "backdrop" |
+#define SKJSONCANVAS_ATTRIBUTE_COLORFILTER "colorfilter" |
#define SKJSONCANVAS_ATTRIBUTE_IMAGEFILTER "imagefilter" |
#define SKJSONCANVAS_ATTRIBUTE_IMAGE "image" |
#define SKJSONCANVAS_ATTRIBUTE_BITMAP "bitmap" |
@@ -98,6 +99,11 @@ |
#define SKJSONCANVAS_ATTRIBUTE_DESCRIPTION "description" |
#define SKJSONCANVAS_ATTRIBUTE_X "x" |
#define SKJSONCANVAS_ATTRIBUTE_Y "y" |
+#define SKJSONCANVAS_ATTRIBUTE_RUNS "runs" |
+#define SKJSONCANVAS_ATTRIBUTE_POSITIONS "positions" |
+#define SKJSONCANVAS_ATTRIBUTE_GLYPHS "glyphs" |
+#define SKJSONCANVAS_ATTRIBUTE_FONT "font" |
+#define SKJSONCANVAS_ATTRIBUTE_TYPEFACE "typeface" |
#define SKJSONCANVAS_VERB_MOVE "move" |
#define SKJSONCANVAS_VERB_LINE "line" |