| 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 02487f23ddfa5f6f8f354c39e506cd5c313b2851..d94ed15772227bb23c08409860497dd10b948682 100644
|
| --- a/tools/perf/page_sets/alexa1-10000.py
|
| +++ b/tools/perf/page_sets/alexa1-10000.py
|
| @@ -23,7 +23,7 @@ class Alexa1To10000Page(Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
|
|
|
|