| 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 e4d20ba973df4bec80009098bcd9161e58e33668..50fc0ae835e819af4a1b15f8ba3c5b89469273c9 100644
|
| --- a/tools/perf/page_sets/simple_mobile_sites.py
|
| +++ b/tools/perf/page_sets/simple_mobile_sites.py
|
| @@ -27,7 +27,7 @@ class SimpleScrollPage(SimplePage):
|
| def RunPageInteractions(self, action_runner):
|
| # Make the scroll longer to reduce noise.
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage(direction='down', speed_in_pixels_per_second=300)
|
| interaction.End()
|
|
|
|
|