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

Commit 13165494 authored by Chris Dalton's avatar Chris Dalton
Browse files

Enable CCPR in Ganesh

Test: m, flashed, booted

Change-Id: I5568d9f0748598926eb5687e9c0c0fb40b880154
parent 6169956c
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) {