am 4cf6e2f3: Fix potential crash in display lists.

* commit '4cf6e2f34994f160e1baba205a43c12784dd3e0d':
  Fix potential crash in display lists.
This commit is contained in:
Romain Guy
2011-01-23 11:35:41 -08:00
committed by Android Git Automerger

View File

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