commit | b5b7f260da2c1a2a82e0311e2015d49a82f43667 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri May 07 15:58:44 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed May 12 17:28:20 2010 -0700 |
tree | 69976a2b04a39bfce83035777ea8d35e4a5fc401 | |
parent | d606de6bb6877dc4ab93ec0be0c6bda4a8ee1ce8 [diff] [blame] |
SharedBufferStack now can grow up to 16 buffers. there is a new resize() api, which currently only allows growing. Change-Id: Ia37b81b73be466d2491ffed7f3a23cd8e113c6fe
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h index 7ab3a00..973780f 100644 --- a/include/surfaceflinger/Surface.h +++ b/include/surfaceflinger/Surface.h
@@ -217,6 +217,7 @@ int connect(int api); int disconnect(int api); int crop(Rect const* rect); + int setBufferCount(int bufferCount); /* * private stuff...