commit | 6d2c0bc7bfe10a9b70ca608baf626c47a228fa6b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 16 16:19:50 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Apr 16 16:19:50 2009 -0700 |
tree | e38029de5af80839a44ae01e03c231535b20bd03 | |
parent | ed81f2216a0f200e279de61ec96fbedf5c21f0c7 [diff] |
split Surface.cpp into Surface and SurfaceControl SurfaceControl is used for controling the geometry of the surface (for the WM), while Surface is used to access the buffers (for SF's clients). SurfaceFlingerClient now uses the SurfaceID instead of Surface*. Currently Surface still has the SurfaceControl API and is implemented by calling into SurfaceControl.