Index: tools/perf/page_sets/mobile_memory.py |
diff --git a/tools/perf/page_sets/mobile_memory.py b/tools/perf/page_sets/mobile_memory.py |
index cb84efc6b7d49045cedadb69cc91c293f5f153d7..fc03bee026cab96ed13604991cdd5a37fba457a1 100644 |
--- a/tools/perf/page_sets/mobile_memory.py |
+++ b/tools/perf/page_sets/mobile_memory.py |
@@ -48,22 +48,22 @@ class GoogleSearchPage(MobileMemoryPage): |
def RunPageInteractions(self, action_runner): |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
action_runner.ScrollPage() |
interaction.End() |
action_runner.Wait(3) |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
action_runner.ScrollPage() |
interaction.End() |
action_runner.Wait(3) |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
action_runner.ScrollPage() |
interaction.End() |
action_runner.Wait(3) |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
action_runner.ScrollPage() |
interaction.End() |
action_runner.WaitForJavaScriptCondition( |
@@ -77,7 +77,7 @@ class ScrollPage(MobileMemoryPage): |
def RunPageInteractions(self, action_runner): |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
action_runner.ScrollPage() |
interaction.End() |