| commit | e4ce5b82627d7ef7cab34b808ff88dc208aef7bc | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 15 17:19:15 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 15 17:19:15 2013 +0000 |
| tree | 033bbb9a59e45b0d291a7fffc3c30f5f79daf32a | |
| parent | aa6470af8ee401831958a9ce35ae3e3ed36e31cc [diff] [blame] |
Add NOOP "command" to picture format https://codereview.appspot.com/7343044/ git-svn-id: http://skia.googlecode.com/svn/trunk@7752 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkDrawCommand.cpp b/debugger/SkDrawCommand.cpp index b185595..89c338d 100644 --- a/debugger/SkDrawCommand.cpp +++ b/debugger/SkDrawCommand.cpp
@@ -55,6 +55,7 @@ case SET_MATRIX: return "Set Matrix"; case SKEW: return "Skew"; case TRANSLATE: return "Translate"; + case NOOP: return "NoOp"; default: SkDebugf("DrawType error 0x%08x\n", type); SkASSERT(0);