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