summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PatchCache.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-08-12 14:23:53 -0700
committerRomain Guy <romainguy@google.com>2011-08-12 14:23:53 -0700
commite5df231434357424cea8d2b8d0cdf31253a98110 (patch)
treeaf027aa4179ea0885c45472d8364101f7ab885f7 /libs/hwui/PatchCache.h
parent1329192fc317b60a4ebcc4d058d8545f6f8743aa (diff)
downloadframeworks_base-e5df231434357424cea8d2b8d0cdf31253a98110.zip
frameworks_base-e5df231434357424cea8d2b8d0cdf31253a98110.tar.gz
frameworks_base-e5df231434357424cea8d2b8d0cdf31253a98110.tar.bz2
Make sure we correctly copy caches keys.
Bug #5136067 Change-Id: I366e840bef44415436dc7b13d89cfb610feed663
Diffstat (limited to 'libs/hwui/PatchCache.h')
-rw-r--r--libs/hwui/PatchCache.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h
index 62d0ce1..91b603f 100644
--- a/libs/hwui/PatchCache.h
+++ b/libs/hwui/PatchCache.h
@@ -80,13 +80,6 @@ private:
emptyCount(emptyCount), colorKey(colorKey) {
}
- PatchDescription(const PatchDescription& description):
- bitmapWidth(description.bitmapWidth), bitmapHeight(description.bitmapHeight),
- pixelWidth(description.pixelWidth), pixelHeight(description.pixelHeight),
- xCount(description.xCount), yCount(description.yCount),
- emptyCount(description.emptyCount), colorKey(description.colorKey) {
- }
-
bool operator<(const PatchDescription& rhs) const {
LTE_FLOAT(bitmapWidth) {
LTE_FLOAT(bitmapHeight) {