Index: tools/perf/measurements/oilpan_gc_times.py |
diff --git a/tools/perf/measurements/oilpan_gc_times.py b/tools/perf/measurements/oilpan_gc_times.py |
index ef7a9fd37c40a97bc15e7a57b735e928f68acdc0..1d927556dfcccfe4f2efba9861d864a9e8d5c3e4 100644 |
--- a/tools/perf/measurements/oilpan_gc_times.py |
+++ b/tools/perf/measurements/oilpan_gc_times.py |
@@ -144,8 +144,7 @@ class OilpanGCTimesForSmoothness(_OilpanGCTimesBase): |
def WillRunActions(self, page, tab): |
runner = action_runner.ActionRunner(tab) |
- self._interaction = runner.BeginInteraction(_RUN_SMOOTH_ACTIONS, |
- is_smooth=True) |
+ self._interaction = runner.BeginInteraction(_RUN_SMOOTH_ACTIONS) |
def DidRunActions(self, page, tab): |
self._interaction.End() |