diff options
author | 2010-07-08 19:17:03 -0700 | |
---|---|---|
committer | 2010-07-08 19:19:07 -0700 | |
commit | f7f93556c8fcc640ab5adef79d021a80a72a645a (patch) | |
tree | 71fc93983fc54c32a0051890b719e6f20ec90003 /libs/hwui/LayerCache.h | |
parent | 26be805f4242af9d511584663e88dfae235d74a4 (diff) |
Draw n-patches using OpenGL.
Currently only tested with title bars and buttons.
Change-Id: I8263a9281898dc0e943b1b8412827fe55639b9d6
Diffstat (limited to 'libs/hwui/LayerCache.h')
-rw-r--r-- | libs/hwui/LayerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index adc671325f94..258055130b67 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h @@ -50,7 +50,7 @@ public: * Used as a callback when an entry is removed from the cache. * Do not invoke directly. */ - void operator()(LayerSize& bitmap, Layer*& texture); + void operator()(LayerSize& size, Layer*& layer); /** * Returns the layer of specified dimensions. If not suitable layer |