From 3031350e05d8ef8c67a5e9ce8e5c428c8560eb50 Mon Sep 17 00:00:00 2001 From: fmalita Date: Wed, 27 Aug 2014 08:41:25 -0700 Subject: Add missing text blob SkDrawCommand string. R=robertphillips@google.com Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/510853002 --- src/utils/debugger/SkDrawCommand.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') 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"; -- cgit v1.2.3