summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerCache.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-09-10 19:20:06 -0700
committerRomain Guy <romainguy@google.com>2010-09-12 12:24:12 -0700
commitf607bdc167f66b3e7003acaa4736ae46d78c1492 (patch)
treeb3b4fb761b25d08ba836ff822f6e72d85b5be695 /libs/hwui/LayerCache.h
parentd14f0dfd58af653a2d41424d472fe97de6af0a78 (diff)
downloadframeworks_base-f607bdc167f66b3e7003acaa4736ae46d78c1492.zip
frameworks_base-f607bdc167f66b3e7003acaa4736ae46d78c1492.tar.gz
frameworks_base-f607bdc167f66b3e7003acaa4736ae46d78c1492.tar.bz2
Correct implementation of saveLayer().
Change-Id: I5375126636913e0a84f2d6bbd0ebe40d2e4f2763
Diffstat (limited to 'libs/hwui/LayerCache.h')
-rw-r--r--libs/hwui/LayerCache.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h
index 9860994..c0c7542 100644
--- a/libs/hwui/LayerCache.h
+++ b/libs/hwui/LayerCache.h
@@ -62,10 +62,8 @@ public:
* size of the cache goes down.
*
* @param size The dimensions of the desired layer
- * @param previousFbo The name of the FBO to bind to if creating a new
- * layer fails
*/
- Layer* get(LayerSize& size, GLuint previousFbo);
+ Layer* get(LayerSize& size);
/**
* Adds the layer to the cache. The layer will not be added if there is
* not enough space available.