diff options
author | ztenghui <ztenghui@google.com> | 2015-02-20 10:53:22 -0800 |
---|---|---|
committer | ztenghui <ztenghui@google.com> | 2015-02-20 10:53:40 -0800 |
commit | 62aa44c5eef2b1e888f0eee8841dc87074eaa0e8 (patch) | |
tree | 16947760a5ae988315402ee5a649064718b1d2f5 /libs/hwui/Caches.h | |
parent | 576f7221754e36d29854d6b8375bdc013d904a44 (diff) | |
download | frameworks_base-62aa44c5eef2b1e888f0eee8841dc87074eaa0e8.zip frameworks_base-62aa44c5eef2b1e888f0eee8841dc87074eaa0e8.tar.gz frameworks_base-62aa44c5eef2b1e888f0eee8841dc87074eaa0e8.tar.bz2 |
Correctly name the lightRadius
b/18282208
Change-Id: I5b6edcb37b710464c6ff0f5c05583bb7da720ff3
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 18bb5e6..92a87e2 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -214,7 +214,7 @@ public: void initTempProperties(); void setTempProperty(const char* name, const char* value); - float propertyLightDiameter; + float propertyLightRadius; float propertyLightPosY; float propertyLightPosZ; float propertyAmbientRatio; |