commit | dcdcc115d2981b553296a815bd77d4b3b2ee54ad | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Nov 08 13:41:31 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Nov 08 13:41:31 2010 -0800 |
tree | aa43e1349cb1a180fb7acc399d7b73ca3900d803 | |
parent | a2b1b7f71da2ad22b7c88e3c1839b1ce05aa65e6 [diff] | |
parent | 07581f4ffd56b2037cf036f3895eba253f6b30a4 [diff] |
Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly" into gingerbread
diff --git a/libs/ui/Region.cpp b/libs/ui/Region.cpp index 12db908..1994f6a 100644 --- a/libs/ui/Region.cpp +++ b/libs/ui/Region.cpp
@@ -289,7 +289,7 @@ void flushSpan() { bool merge = false; if (tail-head == ssize_t(span.size())) { - Rect const* p = cur; + Rect const* p = span.editArray(); Rect const* q = head; if (p->top == q->bottom) { merge = true;