diff options
author | fmalita <fmalita@chromium.org> | 2014-08-27 08:41:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-27 08:41:25 -0700 |
commit | 3031350e05d8ef8c67a5e9ce8e5c428c8560eb50 (patch) | |
tree | 80611487a76a0f178a488bcf17d1b93c6cb619bb /src/utils/debugger | |
parent | 7deeaf9521cabb740968a46ee2513aaa5a7ed984 (diff) |
Add missing text blob SkDrawCommand string.
R=robertphillips@google.com
Author: fmalita@chromium.org
Review URL: https://codereview.chromium.org/510853002
Diffstat (limited to 'src/utils/debugger')
-rw-r--r-- | src/utils/debugger/SkDrawCommand.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/debugger/SkDrawCommand.cpp b/src/utils/debugger/SkDrawCommand.cpp index 3cebca2c64..3b1a028d80 100644 --- a/src/utils/debugger/SkDrawCommand.cpp +++ b/src/utils/debugger/SkDrawCommand.cpp @@ -54,6 +54,7 @@ const char* SkDrawCommand::GetCommandString(DrawType type) { case DRAW_RRECT: return "Draw RRect"; case DRAW_SPRITE: return "Draw Sprite"; case DRAW_TEXT: return "Draw Text"; + case DRAW_TEXT_BLOB: return "Draw Text Blob"; case DRAW_TEXT_ON_PATH: return "Draw Text On Path"; case DRAW_VERTICES: return "Draw Vertices"; case RESTORE: return "Restore"; |