| Index: tools/perf/measurements/repaint_unittest.py
|
| diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
|
| index d71fd51df79d30cf95a42686f67d693e723c9078..145d65b2caa94d75a17425bd21bfa2a74dacb7be 100644
|
| --- a/tools/perf/measurements/repaint_unittest.py
|
| +++ b/tools/perf/measurements/repaint_unittest.py
|
| @@ -17,7 +17,8 @@ class TestRepaintPage(page_module.Page):
|
| page_set, base_dir)
|
|
|
| def RunPageInteractions(self, action_runner):
|
| - action_runner.RepaintContinuously(seconds=2)
|
| + with action_runner.CreateInteraction('Repaint'):
|
| + action_runner.RepaintContinuously(seconds=2)
|
|
|
|
|
| class RepaintUnitTest(page_test_test_case.PageTestTestCase):
|
|
|