From a736cd9d3587a120e5233d627cd8bf06353be107 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Mon, 4 Aug 2014 13:18:38 -0700 Subject: Remove scaling bucket hack bug:16626221 Fixes glyph cache pressure and double scaling artifacts. Change-Id: I06cde720db646531b45943283cb4ecb48af8ff5b --- libs/hwui/Caches.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/hwui/Caches.h') diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 8727941..e00cb0b 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -366,9 +366,6 @@ public: float propertyLightPosY; float propertyLightPosZ; float propertyAmbientRatio; - int propertyAmbientShadowStrength; - int propertySpotShadowStrength; - std::vector propertyExtraRasterBuckets; private: enum OverdrawColorSet { kColorSet_Default = 0, -- cgit v1.1