| Index: tools/perf/page_sets/top_25.py
|
| diff --git a/tools/perf/page_sets/top_25.py b/tools/perf/page_sets/top_25.py
|
| index 91e0ceb6e13f3bc73c1e3ff6e2bc8dd101fdc54e..439be535bfb59c04a160951b1834fda87846ab90 100644
|
| --- a/tools/perf/page_sets/top_25.py
|
| +++ b/tools/perf/page_sets/top_25.py
|
| @@ -31,10 +31,7 @@ class Top25Page(page_module.Page):
|
| interaction.End()
|
|
|
| def RunRepaint(self, action_runner):
|
| - action_runner.RunAction(RepaintContinuouslyAction(
|
| - {
|
| - 'seconds': 5
|
| - }))
|
| + action_runner.RepaintContinuously(seconds=5)
|
|
|
|
|
| class GoogleWebSearchPage(Top25Page):
|
|
|