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:
Stan Iliev
2018-07-03 14:47:59 -04:00
parent 05329bb46a
commit 5d03348436

View File

@@ -134,6 +134,7 @@ void CacheManager::configureContext(GrContextOptions* contextOptions) {
}
contextOptions->fPersistentCache = &skiapipeline::ShaderCache::get();
contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting;
}
void CacheManager::trimMemory(TrimMemoryMode mode) {