Chromium Code Reviews
DescriptionSet max disk cache size correctly.
Currently we set the max shader cache size too late. The disk cache will
be created with a cache size of 0, and the max_cache_size will have no
effect. This CL changes the default from 0 to the desired
gpu::kDefaultMaxProgramCacheMemoryBytes so we always create the disk cache
with the correct size to match the memory cache (currently set to 6MiB).
BUG=248511
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206849
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 7 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||