Index: tools/perf/measurements/repaint_unittest.py |
diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py |
index 1e27b1e884d572a8b0eb48e350310e905fa0314a..d874f4b387c78b23d0f61bcf2cd6be86253532ef 100644 |
--- a/tools/perf/measurements/repaint_unittest.py |
+++ b/tools/perf/measurements/repaint_unittest.py |
@@ -18,7 +18,7 @@ class TestRepaintPage(page_module.Page): |
page_set, base_dir) |
def RunRepaint(self, action_runner): |
- action_runner.RunAction(RepaintContinuouslyAction({'seconds': 2})) |
+ action_runner.RepaintContinuously(seconds=2) |
class RepaintUnitTest( |