summaryrefslogtreecommitdiff
path: root/libs/hwui/PatchCache.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2017-08-10 21:57:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-08-10 21:57:02 +0000
commiteb43cdbc2e1187667a51cf21daac9e79e3678114 (patch)
tree9104a6558bdb8c9d6ea65661e4df69205d6d1131 /libs/hwui/PatchCache.cpp
parentedf33843071f91a3ad9456a02e42b909f5662ca2 (diff)
parent642ebea6e14b72c512ef1168dc6edb061035dded (diff)
Merge "Delete all ro.hwui.* props" into oc-mr1-dev
Diffstat (limited to 'libs/hwui/PatchCache.cpp')
-rw-r--r--libs/hwui/PatchCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PatchCache.cpp b/libs/hwui/PatchCache.cpp
index 983c17e92266..78c7eb9ad809 100644
--- a/libs/hwui/PatchCache.cpp
+++ b/libs/hwui/PatchCache.cpp
@@ -32,7 +32,7 @@ namespace uirenderer {
PatchCache::PatchCache(RenderState& renderState)
: mRenderState(renderState)
- , mMaxSize(Properties::patchCacheSize)
+ , mMaxSize(KB(128))
, mSize(0)
, mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity)
, mMeshBuffer(0)