| Index: tools/perf/page_sets/key_desktop_sites.py
|
| diff --git a/tools/perf/page_sets/key_desktop_sites.py b/tools/perf/page_sets/key_desktop_sites.py
|
| index afd9c337adc5b61a51c83f24bae7d0e3e779b9a1..77e346551cc94d93c71785dbbc63649afb4380b9 100644
|
| --- a/tools/perf/page_sets/key_desktop_sites.py
|
| +++ b/tools/perf/page_sets/key_desktop_sites.py
|
| @@ -14,7 +14,7 @@ class KeyDesktopSitesPage(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
|
|
| @@ -46,7 +46,7 @@ class GmailPage(KeyDesktopSitesPage):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
| action_runner.WaitForJavaScriptCondition(
|
| @@ -83,7 +83,7 @@ class GoogleDrivePage(KeyDesktopSitesPage):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
| action_runner.WaitForJavaScriptCondition(
|
| @@ -106,7 +106,7 @@ class GoogleDocPage(KeyDesktopSitesPage):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| - 'ScrollAction', is_smooth=True)
|
| + 'ScrollAction')
|
| action_runner.ScrollPage()
|
| interaction.End()
|
| action_runner.WaitForJavaScriptCondition(
|
|
|