aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/debugger/SkDrawCommand.cpp
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2016-06-30 09:18:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-30 09:18:27 -0700
commitee0c555797608ce60716549cb4aa9d37d5c09745 (patch)
tree2b1a2a9debd007f9c2a6228f52ba3e173fc7f5eb /tools/debugger/SkDrawCommand.cpp
parenta584de966a4f7ab71f3f07077cf1e226def9d730 (diff)
skiaserve: Use snakeCase for JSON identifiers.
Diffstat (limited to 'tools/debugger/SkDrawCommand.cpp')
-rw-r--r--tools/debugger/SkDrawCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/SkDrawCommand.cpp b/tools/debugger/SkDrawCommand.cpp
index 22655a028d..281b5396a5 100644
--- a/tools/debugger/SkDrawCommand.cpp
+++ b/tools/debugger/SkDrawCommand.cpp
@@ -91,7 +91,7 @@
#define SKDEBUGCANVAS_ATTRIBUTE_TEXTURECOORDS "textureCoords"
#define SKDEBUGCANVAS_ATTRIBUTE_FILTERQUALITY "filterQuality"
-#define SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC "short-desc"
+#define SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC "shortDesc"
#define SKDEBUGCANVAS_VERB_MOVE "move"
#define SKDEBUGCANVAS_VERB_LINE "line"