Revert "Enable CCPR in Ganesh"

This reverts commit 131654943d.

Reason for revert: b/124049413 

Change-Id: Iba0cf734ba8d6a16a1ee2930b162760e59a76444
This commit is contained in:
Christopher Dalton
2019-02-21 20:09:22 +00:00
parent 131654943d
commit 3fcb697963

View File

@@ -117,6 +117,7 @@ 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) {