Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adafb1b4 authored by Christopher Dalton's avatar Christopher Dalton Committed by Android (Google) Code Review
Browse files

Merge "Enable CCPR in Ganesh"

parents 4f669f7d 13165494
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {