From 4cf6e2f34994f160e1baba205a43c12784dd3e0d Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Sun, 23 Jan 2011 11:35:13 -0800 Subject: [PATCH] Fix potential crash in display lists. Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4 --- libs/hwui/DisplayListRenderer.cpp | 1 + 1 file changed, 1 insertion(+) 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",