fix another m44 bug in debugger

Change-Id: Id80344a71b54c80609ec24947014592d6b30eb63
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341001
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Nathaniel Nifong <nifong@google.com>
This commit is contained in:
Nathaniel Nifong 2020-12-04 12:02:37 -05:00 committed by Skia Commit-Bot
parent f2bd501ce3
commit ae95077db6

View File

@ -255,6 +255,7 @@ const char* DrawCommand::GetCommandString(OpType type) {
case kSave_OpType: return "Save";
case kSaveLayer_OpType: return "SaveLayer";
case kSetMatrix_OpType: return "SetMatrix";
case kSetM44_OpType: return "SetM44";
default:
SkDebugf("OpType error 0x%08x\n", type);
SkASSERT(0);