summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-11-08 13:48:08 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-08 13:48:08 -0800
commitf704645b0ccf6feac9f41c82caf0ec34370a3bd0 (patch)
tree8593e3d8f014e26901a701bd73ff507feee39df2
parent2ab777483c650b12f447a414c8bf9c175e8384e7 (diff)
parent5fd3054048b41b033700be3f30e4bca69f4f13a6 (diff)
downloadframeworks_base-f704645b0ccf6feac9f41c82caf0ec34370a3bd0.zip
frameworks_base-f704645b0ccf6feac9f41c82caf0ec34370a3bd0.tar.gz
frameworks_base-f704645b0ccf6feac9f41c82caf0ec34370a3bd0.tar.bz2
am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don\'t draw status bar drop shadow correctly" into gingerbread
* commit '5fd3054048b41b033700be3f30e4bca69f4f13a6': possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly
-rw-r--r--core/java/android/view/ViewRoot.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/view/ViewRoot.java b/core/java/android/view/ViewRoot.java
index 9c249ce..a039777 100644
--- a/core/java/android/view/ViewRoot.java
+++ b/core/java/android/view/ViewRoot.java
@@ -1301,6 +1301,7 @@ public final class ViewRoot extends Handler implements ViewParent,
// Need to make sure we re-evaluate the window attributes next
// time around, to ensure the window has the correct format.
mWindowAttributesChanged = true;
+ requestLayout();
}
}