Merge "Remove disable of Skia's CCPR path renderer"
This commit is contained in:
committed by
Android (Google) Code Review
commit
763a69a3e8
@@ -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