Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ad1dc6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase the persistent storage size for SkSL Shaders" into sc-dev am:...

Merge "Increase the persistent storage size for SkSL Shaders" into sc-dev am: ad7fb842 am: e1201390

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14884949

Change-Id: Id0535b1e3e34ad788e9de61130f0087723f7abdb
parents eb2b53c3 e1201390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ namespace skiapipeline {

// Cache size limits.
static const size_t maxKeySize = 1024;
static const size_t maxValueSize = 512 * 1024;
static const size_t maxValueSize = 2 * 1024 * 1024;
static const size_t maxTotalSize = 1024 * 1024;

ShaderCache::ShaderCache() {