diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp index b07fb2d7ae0f7..bec80b1e60119 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -134,6 +134,7 @@ void CacheManager::configureContext(GrContextOptions* contextOptions) { } contextOptions->fPersistentCache = &skiapipeline::ShaderCache::get(); + contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting; } void CacheManager::trimMemory(TrimMemoryMode mode) {