From 131654943de33392d35bb4a9686f5feb33b71a0f Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Wed, 9 Jan 2019 18:01:04 +0000 Subject: Enable CCPR in Ganesh Test: m, flashed, booted Change-Id: I5568d9f0748598926eb5687e9c0c0fb40b880154 --- libs/hwui/renderthread/CacheManager.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/hwui/renderthread/CacheManager.cpp') diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp index 6c04232ab7f5..6da80628be60 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -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) { -- cgit v1.2.3