| Index: tools/perf/measurements/smooth_gesture_util.py
|
| diff --git a/tools/perf/measurements/smooth_gesture_util.py b/tools/perf/measurements/smooth_gesture_util.py
|
| index a7d95d78b6347b660e012f554576130beccad29c..b0656cdcdfe9166c3b4435aabafdd6512c5debc4 100644
|
| --- a/tools/perf/measurements/smooth_gesture_util.py
|
| +++ b/tools/perf/measurements/smooth_gesture_util.py
|
| @@ -33,4 +33,6 @@ def GetAdjustedInteractionIfContainGesture(timeline, interaction_record):
|
| 'interaction_record %s.' % interaction_record.label)
|
| return tir_module.TimelineInteractionRecord(interaction_record.label,
|
| gesture_events[0].start,
|
| - gesture_events[0].end)
|
| + gesture_events[0].end,
|
| + interaction_record.async_event,
|
| + [tir_module.IS_SMOOTH])
|
|
|