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