Merge "Remove disable of Skia's CCPR path renderer"

This commit is contained in:
Leon Scroggins
2022-12-02 20:03:50 +00:00
committed by Android (Google) Code Review

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