| Index: tools/perf/measurements/timeline_controller.py
|
| diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
|
| index 0ddca5eac9a21716cb2f99676db24bcc804da769..3b0db0ab634f7dff9571d44eab50b062f2b459bc 100644
|
| --- a/tools/perf/measurements/timeline_controller.py
|
| +++ b/tools/perf/measurements/timeline_controller.py
|
| @@ -7,10 +7,9 @@ from telemetry.core.platform import tracing_options
|
| from telemetry.page import action_runner
|
| from telemetry.timeline.model import TimelineModel
|
| from telemetry.value import trace
|
| +from telemetry.web_perf import smooth_gesture_util
|
| from telemetry.web_perf import timeline_interaction_record as tir_module
|
|
|
| -from measurements import smooth_gesture_util
|
| -
|
|
|
| RUN_SMOOTH_ACTIONS = 'RunSmoothAllActions'
|
|
|
|
|