| Index: tools/perf/measurements/repaint_unittest.py
|
| diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
|
| index 145d65b2caa94d75a17425bd21bfa2a74dacb7be..535c758214c2a1df14f40f4089e9207fda280862 100644
|
| --- a/tools/perf/measurements/repaint_unittest.py
|
| +++ b/tools/perf/measurements/repaint_unittest.py
|
| @@ -9,6 +9,7 @@ from telemetry.unittest_util import options_for_unittests
|
| from telemetry.unittest_util import page_test_test_case
|
|
|
| from measurements import repaint
|
| +from page_sets import repaint_helpers
|
|
|
|
|
| class TestRepaintPage(page_module.Page):
|
| @@ -17,8 +18,7 @@ class TestRepaintPage(page_module.Page):
|
| page_set, base_dir)
|
|
|
| def RunPageInteractions(self, action_runner):
|
| - with action_runner.CreateInteraction('Repaint'):
|
| - action_runner.RepaintContinuously(seconds=2)
|
| + repaint_helpers.Repaint(action_runner)
|
|
|
|
|
| class RepaintUnitTest(page_test_test_case.PageTestTestCase):
|
|
|