Index: tools/perf/page_sets/simple_mobile_sites.py |
diff --git a/tools/perf/page_sets/simple_mobile_sites.py b/tools/perf/page_sets/simple_mobile_sites.py |
index 250f5578dea6f3ae190be0d1879597286790b268..c279e5965965687ad93a9800ccb415fd43620c6b 100644 |
--- a/tools/perf/page_sets/simple_mobile_sites.py |
+++ b/tools/perf/page_sets/simple_mobile_sites.py |
@@ -24,7 +24,7 @@ class SimpleScrollPage(SimplePage): |
def __init__(self, url, page_set): |
super(SimpleScrollPage, self).__init__(url=url, page_set=page_set) |
- def RunSmoothness(self, action_runner): |
+ def RunPageInteractions(self, action_runner): |
# Make the scroll longer to reduce noise. |
interaction = action_runner.BeginGestureInteraction( |
'ScrollAction', is_smooth=True) |