Index: tools/perf/page_sets/key_mobile_sites_repaint.py |
diff --git a/tools/perf/page_sets/key_mobile_sites_repaint.py b/tools/perf/page_sets/key_mobile_sites_repaint.py |
index aace81a96d0ac43c44886bc6ca5388c2673e8115..6cb996318c613052ef6c5df5dbd7932ad781d24a 100644 |
--- a/tools/perf/page_sets/key_mobile_sites_repaint.py |
+++ b/tools/perf/page_sets/key_mobile_sites_repaint.py |
@@ -8,7 +8,8 @@ from page_sets import key_mobile_sites_pages |
def _RepaintContinously(action_runner): |
- action_runner.RepaintContinuously(seconds=5) |
+ with action_runner.CreateInteraction('Repaint'): |
+ action_runner.RepaintContinuously(seconds=5) |
def _CreatePageClassWithRepaintInteractions(page_cls): |