Pass the skia resource cache limit in the command line to renderer processes.
As skia font cache, we need to limit the memory usage of skia resource cache for the low-end device as well. But, as the font cache, it's hard to estimate what is the limit value the best for each low-end device. So it would be good if we give them the power to limit to use the resource cache. This CL introduces a new command line switch to limit the skia resource cache size. Bug: 823210 Change-Id: Icc55a8701fe2fa94bdc0ee09b428c19031c131a5 Reviewed-on: https://chromium-review.googlesource.com/968006 Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Reviewed-by:Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#544007}
Showing
Please register or sign in to comment