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

Commit e1201390 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: ad7fb842

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

Change-Id: I13cd1a844fa25765277fd92dc6a12feb64ce3955
parents 4e846b73 ad7fb842
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() {