commit | 20128300e0cb7f459a60cfbcddb48190ce6545ed | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Aug 13 18:32:13 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Aug 13 18:32:13 2012 -0700 |
tree | 4a0b970fd8404a2bd29736a1f5ea3715e137a951 | |
parent | 8b736f138cfd9b239a2c7073347a13c489534ae1 [diff] [blame] |
make sure to repaint the screen when unblank()ing Change-Id: I38e3a8e6bb31ef3d2f1fcaec7490cb92a4427db2
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index ca3c216..fbf2873 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1746,6 +1746,8 @@ getHwComposer().acquire(); hw->acquireScreen(); mEventThread->onScreenAcquired(); + mVisibleRegionsDirty = true; + repaintEverything(); } void SurfaceFlinger::onScreenReleased() {