diff options
| author | 2011-08-12 14:23:53 -0700 | |
|---|---|---|
| committer | 2011-08-12 14:23:53 -0700 | |
| commit | e5df231434357424cea8d2b8d0cdf31253a98110 (patch) | |
| tree | af027aa4179ea0885c45472d8364101f7ab885f7 /libs/hwui/PathCache.h | |
| parent | 1329192fc317b60a4ebcc4d058d8545f6f8743aa (diff) | |
Make sure we correctly copy caches keys.
Bug #5136067
Change-Id: I366e840bef44415436dc7b13d89cfb610feed663
Diffstat (limited to 'libs/hwui/PathCache.h')
| -rw-r--r-- | libs/hwui/PathCache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 7ff8b74810dd..4904a587f6f3 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -41,10 +41,6 @@ struct PathCacheEntry: public ShapeCacheEntry { path = NULL; } - PathCacheEntry(const PathCacheEntry& entry): ShapeCacheEntry(entry) { - path = entry.path; - } - bool lessThan(const ShapeCacheEntry& r) const { const PathCacheEntry& rhs = (const PathCacheEntry&) r; LTE_INT(path) { |