Index: tools/perf/page_sets/typical_25.py |
diff --git a/tools/perf/page_sets/typical_25.py b/tools/perf/page_sets/typical_25.py |
index cbb5387b704bf38981522d53a7ecedd422317aa1..89395a39a3bcfaa9e349705d1a95b486784f9b31 100644 |
--- a/tools/perf/page_sets/typical_25.py |
+++ b/tools/perf/page_sets/typical_25.py |
@@ -12,7 +12,7 @@ class Typical25Page(page_module.Page): |
self.user_agent_type = 'desktop' |
self.archive_data_file = 'data/typical_25.json' |
- def RunSmoothness(self, action_runner): |
+ def RunPageInteractions(self, action_runner): |
interaction = action_runner.BeginGestureInteraction( |
'ScrollAction', is_smooth=True) |
action_runner.ScrollPage() |