diff options
author | John Reck <jreck@google.com> | 2014-12-12 09:49:29 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2014-12-12 09:49:29 -0800 |
commit | f088c349dfea985e561d7e838ecd41be5168cd4a (patch) | |
tree | 5b9d412b5bf31cd6f20f0e94dc464174441efca0 /libs/hwui/PathCache.cpp | |
parent | 7fc885b0bfb8a799825531932567a1d472a55087 (diff) | |
download | frameworks_base-f088c349dfea985e561d7e838ecd41be5168cd4a.zip frameworks_base-f088c349dfea985e561d7e838ecd41be5168cd4a.tar.gz frameworks_base-f088c349dfea985e561d7e838ecd41be5168cd4a.tar.bz2 |
Fix style
Change-Id: I7227b0eac126bf470ed50249a7809b845872983b
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 37d70f2..80f9c2f 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); } |