commit | 53331da007b56e0cb4201728de99c8c29bcfaa9a | [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 | 8bc420b930e3f71b16c7dd53586db128c9e706e0 | |
parent | d8d4366e728c2e0a543e32e18ef32356cf4884cf [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,