From 3fcb697963db35952211bc3bcb907948aa6bab31 Mon Sep 17 00:00:00 2001 From: Christopher Dalton Date: Thu, 21 Feb 2019 20:09:22 +0000 Subject: [PATCH] Revert "Enable CCPR in Ganesh" This reverts commit 131654943de33392d35bb4a9686f5feb33b71a0f. Reason for revert: b/124049413 Change-Id: Iba0cf734ba8d6a16a1ee2930b162760e59a76444 --- libs/hwui/renderthread/CacheManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp index 6da80628be60d..6c04232ab7f55 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -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) {