Fix potential crash in display lists.

Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4
This commit is contained in:
Romain Guy
2011-01-23 11:35:13 -08:00
parent 41f4241240
commit 4cf6e2f349

View File

@@ -92,6 +92,7 @@ const char* DisplayList::OP_NAMES[] = {
"Translate", "Translate",
"Rotate", "Rotate",
"Scale", "Scale",
"Skew",
"SetMatrix", "SetMatrix",
"ConcatMatrix", "ConcatMatrix",
"ClipRect", "ClipRect",