| Index: tools/telemetry/telemetry/page/actions/pinch.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/pinch.py b/tools/telemetry/telemetry/page/actions/pinch.py
|
| index 4fd5c864d974d83e491814ba4d1b8ab6443f960c..f50a2e2dc716709dda7dd5a99de4220e56c72d3f 100644
|
| --- a/tools/telemetry/telemetry/page/actions/pinch.py
|
| +++ b/tools/telemetry/telemetry/page/actions/pinch.py
|
| @@ -53,5 +53,5 @@ class PinchAction(page_action.PageAction):
|
| window.__pinchAction.endMeasuringHook = function() { %s };
|
| """ % (start_js, stop_js))
|
|
|
| - def GetTimelineMarkerLabel(self):
|
| + def GetTimelineMarkerName(self):
|
| return 'SyntheticGestureController::running'
|
|
|