aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skp')
-rw-r--r--tools/skp/recreate_skps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/skp/recreate_skps.py b/tools/skp/recreate_skps.py
index a2c24df560..ad3b38e2bf 100644
--- a/tools/skp/recreate_skps.py
+++ b/tools/skp/recreate_skps.py
@@ -64,6 +64,12 @@ def main(chrome_src_path, browser_executable):
try:
shell_utils.run(webpages_playback_cmd)
+ # Temporary change to enable Slimming Paint runs. See skia:3763.
+ webpages_playback_cmd.extend([
+ '--skp_prefix', 'sp_',
+ '--browser_extra_args', '--enable-slimming-paint',
+ ])
+ shell_utils.run(webpages_playback_cmd)
finally:
# Clean up any leftover browser instances. This can happen if there are
# telemetry crashes, processes are not always cleaned up appropriately by