Index: tools/perf/page_sets/tough_compositor_cases.py |
diff --git a/tools/perf/page_sets/tough_compositor_cases.py b/tools/perf/page_sets/tough_compositor_cases.py |
index 0f2d24dfe03fd222b4fcd64cf02539e1dc80704f..9c08bafdbabd88dad1a168aef3e69dfec15520a4 100644 |
--- a/tools/perf/page_sets/tough_compositor_cases.py |
+++ b/tools/perf/page_sets/tough_compositor_cases.py |
@@ -16,7 +16,7 @@ class ToughCompositorPage(page_module.Page): |
self.archive_data_file = 'data/tough_compositor_cases.json' |
def RunNavigateSteps(self, action_runner): |
- action_runner.RunAction(NavigateAction()) |
+ action_runner.NavigateToPage(self) |
# TODO(epenner): Remove this wait (http://crbug.com/366933) |
action_runner.RunAction(WaitAction({'seconds': 5})) |