summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
diff options
context:
space:
mode:
author John Reck <jreck@android.com> 2014-11-22 00:10:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-11-22 00:10:45 +0000
commitad9387974b02528ff0366134a3740d66fb0b1cd5 (patch)
treefd4b193cf1e8da9c3238841f27140672cdf22420 /libs/hwui/PathCache.cpp
parentd2738eadc1f8c92c64d47429ef3f168738431809 (diff)
parent8b59a528b54279ce640b2d23a00acae1d0f477c5 (diff)
Merge "Revert "Frameworks/base: Unused parameters in hwui""
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 9ffe2d88542f..a3d70197cb0f 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);
}