Index: tools/perf/measurements/smooth_gesture_util_unittest.py |
diff --git a/tools/perf/measurements/smooth_gesture_util_unittest.py b/tools/perf/measurements/smooth_gesture_util_unittest.py |
index c3be0f784d052918e141bf3342c3423efb8f15e6..b9b6106dd098d9ec19dd700999db272fd93e7a0f 100644 |
--- a/tools/perf/measurements/smooth_gesture_util_unittest.py |
+++ b/tools/perf/measurements/smooth_gesture_util_unittest.py |
@@ -103,7 +103,7 @@ class ScrollingPage(page_module.Page): |
def RunPageInteractions(self, action_runner): |
interaction = action_runner.BeginGestureInteraction( |
- 'ScrollAction', is_smooth=True) |
+ 'ScrollAction') |
# Add 0.5s gap between when Gesture records are issued to when we actually |
# scroll the page. |
time.sleep(0.5) |