summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@android.com>2014-11-22 00:10:02 +0000
committerJohn Reck <jreck@android.com>2014-11-22 00:10:02 +0000
commit8b59a528b54279ce640b2d23a00acae1d0f477c5 (patch)
treefd10f5ffc634e0d574f269f7fd2f18b742f6e1d1 /libs/hwui/PathCache.cpp
parent42ddc18d108f789705ad4eb697ce9599ad322507 (diff)
downloadframeworks_base-8b59a528b54279ce640b2d23a00acae1d0f477c5.zip
frameworks_base-8b59a528b54279ce640b2d23a00acae1d0f477c5.tar.gz
frameworks_base-8b59a528b54279ce640b2d23a00acae1d0f477c5.tar.bz2
Revert "Frameworks/base: Unused parameters in hwui"
This reverts commit 42ddc18d108f789705ad4eb697ce9599ad322507. Change-Id: I3574a936a39a96314db6437d0a1eb58d260d893d
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r--libs/hwui/PathCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp
index 9ffe2d8..a3d7019 100644
--- a/libs/hwui/PathCache.cpp
+++ b/libs/hwui/PathCache.cpp
@@ -196,7 +196,7 @@ void PathCache::setMaxSize(uint32_t maxSize) {
// Callbacks
///////////////////////////////////////////////////////////////////////////////
-void PathCache::operator()(PathDescription& /* entry */, PathTexture*& texture) {
+void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
removeTexture(texture);
}