| Index: tools/perf/page_sets/tough_animation_cases.py
|
| diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
|
| index 773f2c7f1ce11568cd7549eb8c97bbdabb5310e4..0e5952a77e3c9f403a2b4cf57818566e357d19fd 100644
|
| --- a/tools/perf/page_sets/tough_animation_cases.py
|
| +++ b/tools/perf/page_sets/tough_animation_cases.py
|
| @@ -15,7 +15,7 @@ class ToughAnimationCasesPage(page_module.Page):
|
| self._need_measurement_ready = need_measurement_ready
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| if self._need_measurement_ready:
|
| action_runner.RunAction(WaitAction({"javascript": "measurementReady"}))
|
|
|
|
|