Enable CCPR in Ganesh

Test: m, flashed, booted

Change-Id: I5568d9f0748598926eb5687e9c0c0fb40b880154
This commit is contained in:
Chris Dalton
2019-01-09 18:01:04 +00:00
parent 6169956c05
commit 131654943d

View File

@@ -117,7 +117,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(TrimMemoryMode mode) {