Fix path rendering issues
Fix remaining battery icon. Disable CCPR, which seems to have caused a regression. Test: Ran SystemUI and battery icon is drawn white. Bug: skbug.com/8127 Change-Id: Ic82bce14b760a8889ea2261c44b2631dc755288f
This commit is contained in:
@@ -134,6 +134,7 @@ void CacheManager::configureContext(GrContextOptions* contextOptions) {
|
||||
}
|
||||
|
||||
contextOptions->fPersistentCache = &skiapipeline::ShaderCache::get();
|
||||
contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting;
|
||||
}
|
||||
|
||||
void CacheManager::trimMemory(TrimMemoryMode mode) {
|
||||
|
||||
Reference in New Issue
Block a user