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

Commit 763a69a3 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Remove disable of Skia's CCPR path renderer"

parents e9bd07f3 bfc16da0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,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(TrimLevel mode) {