diff --git a/libs/hwui/DisplayListRenderer.cpp b/libs/hwui/DisplayListRenderer.cpp index bdf056c2bf959..df446f9284db9 100644 --- a/libs/hwui/DisplayListRenderer.cpp +++ b/libs/hwui/DisplayListRenderer.cpp @@ -92,6 +92,7 @@ const char* DisplayList::OP_NAMES[] = { "Translate", "Rotate", "Scale", + "Skew", "SetMatrix", "ConcatMatrix", "ClipRect",