commit | 14a4e35208b7e97bbfa38f36130827c86bfafc2b | [log] [tgz] |
---|---|---|
author | ztenghui <ztenghui@google.com> | Wed Aug 13 10:44:39 2014 -0700 |
committer | Tenghui Zhu <ztenghui@google.com> | Wed Aug 13 18:22:42 2014 +0000 |
tree | 50f36d84815c6f133f29fcd03a9bb86c3489e0f2 | |
parent | 4a8dddbf18fedb33bb2c725db489669a141e1d73 [diff] [blame] |
Bring back the shadow strength tweak bug:16712006 Change-Id: Ifc0ecca139d58140b45d7d227536a53069e1d480
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index e00cb0b..0482430 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h
@@ -366,6 +366,9 @@ float propertyLightPosY; float propertyLightPosZ; float propertyAmbientRatio; + int propertyAmbientShadowStrength; + int propertySpotShadowStrength; + private: enum OverdrawColorSet { kColorSet_Default = 0,