From bfc16da009fda126ba0bc3c54672ff02f7dbaf18 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 2 Dec 2022 10:39:50 -0500 Subject: [PATCH] Remove disable of Skia's CCPR path renderer CCPR doesn't exist anymore. This does nothing. Test: UIRendering tests Bug: b/261178052 Change-Id: I79e1b1f208204b6c195121dc606eb803a6c6a0ad --- libs/hwui/renderthread/CacheManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp index 1d24e718db1a7..1c7688464c276 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -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) {