| Index: tools/perf/page_sets/tough_texture_upload_cases.py
|
| diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| index 37e0a57badf954041ae7f21db563fe1c64b87021..197289666b3dd3b972d3f2f999fc3fcea361b42e 100644
|
| --- a/tools/perf/page_sets/tough_texture_upload_cases.py
|
| +++ b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| @@ -16,7 +16,7 @@ class ToughTextureUploadCasesPage(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
|
|
|
|