Remove disable of Skia's CCPR path renderer

CCPR doesn't exist anymore. This does nothing.

Test: UIRendering tests
Bug: b/261178052
Change-Id: I79e1b1f208204b6c195121dc606eb803a6c6a0ad
This commit is contained in:
Brian Salomon
2022-12-02 10:39:50 -05:00
parent 129a1053d2
commit bfc16da009

View File

@@ -98,7 +98,6 @@ void CacheManager::configureContext(GrContextOptions* contextOptions, const void
auto& cache = skiapipeline::ShaderCache::get();
cache.initShaderDiskCache(identity, size);
contextOptions->fPersistentCache = &cache;
contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting;
}
void CacheManager::trimMemory(TrimLevel mode) {