| Index: tools/perf/page_sets/alexa1-10000.py
|
| diff --git a/tools/perf/page_sets/alexa1-10000.py b/tools/perf/page_sets/alexa1-10000.py
|
| index e002478350010fc433cf55b75e8919a79a0c4fb0..8dbb047ba21b0e266311bc789fe5c9dc3edb838b 100644
|
| --- a/tools/perf/page_sets/alexa1-10000.py
|
| +++ b/tools/perf/page_sets/alexa1-10000.py
|
| @@ -10,7 +10,7 @@ class Alexa1To10000Page(Page):
|
| def __init__(self, url, page_set):
|
| super(Alexa1To10000Page, self).__init__(url=url, page_set=page_set)
|
|
|
| - def RunSmoothness(self, action_runner):
|
| + def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| 'ScrollAction', is_smooth=True)
|
| action_runner.ScrollPage()
|
|
|