diff options
author | John Reck <jreck@android.com> | 2014-11-22 00:10:02 +0000 |
---|---|---|
committer | John Reck <jreck@android.com> | 2014-11-22 00:10:02 +0000 |
commit | 8b59a528b54279ce640b2d23a00acae1d0f477c5 (patch) | |
tree | fd10f5ffc634e0d574f269f7fd2f18b742f6e1d1 /libs/hwui/PathCache.cpp | |
parent | 42ddc18d108f789705ad4eb697ce9599ad322507 (diff) | |
download | frameworks_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.cpp | 2 |
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); } |