Index: tools/perf/page_sets/top_10_mobile.py |
diff --git a/tools/perf/page_sets/top_10_mobile.py b/tools/perf/page_sets/top_10_mobile.py |
index febd560a42fcbf8c091a1c0278ce7d03e5a66de4..05ce29791a56c8ef0761596f87ee0640214f9444 100644 |
--- a/tools/perf/page_sets/top_10_mobile.py |
+++ b/tools/perf/page_sets/top_10_mobile.py |
@@ -13,7 +13,7 @@ class Top10MobilePage(page_module.Page): |
self.user_agent_type = 'mobile' |
self.archive_data_file = 'data/top_10_mobile.json' |
- def RunSmoothness(self, action_runner): |
+ def RunPageInteractions(self, action_runner): |
interaction = action_runner.BeginGestureInteraction( |
'ScrollAction', is_smooth=True) |
action_runner.ScrollPage() |