From 7a0ebfc033463907e2088401972d14ea8589cdb5 Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Fri, 13 Oct 2017 12:35:50 -0600 Subject: Add a tooling flag for path mask caching Adds the flag and a disables caching on the CCPR bots. Bug: skia: Change-Id: Icb85e77f89634dda1d419dacac5b8a93340723f0 Reviewed-on: https://skia-review.googlesource.com/59740 Reviewed-by: Eric Boren Reviewed-by: Brian Osman Commit-Queue: Chris Dalton --- dm/DM.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dm/DM.cpp') diff --git a/dm/DM.cpp b/dm/DM.cpp index 6b76a92a1e..00bcf6ab33 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp @@ -1341,6 +1341,7 @@ int main(int argc, char** argv) { GrContextOptions grCtxOptions; #if SK_SUPPORT_GPU grCtxOptions.fGpuPathRenderers = CollectGpuPathRenderersFromFlags(); + grCtxOptions.fAllowPathMaskCaching = FLAGS_cachePathMasks; grCtxOptions.fExecutor = GpuExecutorForTools(); #endif -- cgit v1.2.3