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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user