diff options
author | Chris Craik <ccraik@google.com> | 2015-05-12 16:39:33 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-12 16:39:34 +0000 |
commit | dc9230b14ed86f5f5bc3b745242d7521828a924e (patch) | |
tree | 596c21ce0393b0f56b299c4595be2ec57bdef015 /libs | |
parent | 356a26122bf928709d88cdc9a4a304b4495b1b31 (diff) | |
parent | 8d34aaff3cda45626be697f5f334a46fc053b273 (diff) | |
download | frameworks_base-dc9230b14ed86f5f5bc3b745242d7521828a924e.zip frameworks_base-dc9230b14ed86f5f5bc3b745242d7521828a924e.tar.gz frameworks_base-dc9230b14ed86f5f5bc3b745242d7521828a924e.tar.bz2 |
Merge "Shrink default path cache size" into mnc-dev
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/Properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index cb5560f..e993f74 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -250,7 +250,7 @@ enum DebugLevel { #define DEFAULT_TEXTURE_CACHE_SIZE 24.0f #define DEFAULT_LAYER_CACHE_SIZE 16.0f #define DEFAULT_RENDER_BUFFER_CACHE_SIZE 2.0f -#define DEFAULT_PATH_CACHE_SIZE 10.0f +#define DEFAULT_PATH_CACHE_SIZE 4.0f #define DEFAULT_VERTEX_CACHE_SIZE 1.0f #define DEFAULT_PATCH_CACHE_SIZE 128 // in kB #define DEFAULT_GRADIENT_CACHE_SIZE 0.5f |