commit | 7f76a3cf667b95caccb3e6d3f5cf160180717340 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Aug 22 21:44:41 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Aug 22 21:44:41 2011 -0700 |
tree | dd0413c084d7d69cfd617cdd0b72edbbc3d998de | |
parent | 67403e096e6f59b7cd18a90d0d3f5c3d17c31407 [diff] [blame] |
fix "show screen update" debug option. Change-Id: I7d8b24124768b5f7d59d3bb0b019e9baaa0dfc4f NOTE: from now on, this also disable the h/w composer
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 1738238..d68e484 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -278,6 +278,7 @@ void handleRepaint(); void postFramebuffer(); void composeSurfaces(const Region& dirty); + void repaintEverything(); ssize_t addClientLayer(const sp<Client>& client,