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

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

Change-Id: Ied418c937a8f772b02ee8a2e7717a94d8433e263
This commit is contained in:
TreeHugger Robot
2021-06-08 17:11:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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() {