projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7deeaf9
)
Add missing text blob SkDrawCommand string.
author
fmalita
<fmalita@chromium.org>
Wed, 27 Aug 2014 15:41:25 +0000
(08:41 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Wed, 27 Aug 2014 15:41:25 +0000
(08:41 -0700)
R=robertphillips@google.com
Author: fmalita@chromium.org
Review URL: https://codereview.chromium.org/
510853002
src/utils/debugger/SkDrawCommand.cpp
patch
|
blob
|
history
diff --git
a/src/utils/debugger/SkDrawCommand.cpp
b/src/utils/debugger/SkDrawCommand.cpp
index 3cebca2c64588fd44f2aa9278eaf8e91eba9d6a6..3b1a028d808459243396f32a379776224c43e52e 100644
(file)
--- 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";