diff options
author | 2009-08-11 20:50:32 -0700 | |
---|---|---|
committer | 2009-08-11 20:50:32 -0700 | |
commit | 8717ff585ea7026b08060d6207947f5eadc27a93 (patch) | |
tree | 9a0d764ff457f5063fec1f5d01ec1850fe0cc76c /libs/surfaceflinger/LayerBase.cpp | |
parent | 511449b5b9c0519c3547fd0fc91242a16972cb0e (diff) | |
parent | b2fd4665e66fe81969f1f07fd724c6f68dd8f7f1 (diff) |
Merge change 20892
* changes:
Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything."
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
-rw-r--r-- | libs/surfaceflinger/LayerBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 419574c7de..fbce73ddd3 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -759,7 +759,7 @@ status_t LayerBaseClient::Surface::onTransact( return BnSurface::onTransact(code, data, reply, flags); } -sp<SurfaceBuffer> LayerBaseClient::Surface::getBuffer(int) +sp<SurfaceBuffer> LayerBaseClient::Surface::getBuffer() { return NULL; } |