Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 541d0ba64906ab2e42fce0e4230b0e40c518675f..472460c7df401dbe440507122e8f483ff3372b01 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -11730,6 +11730,22 @@ should be able to be added at any place in this file. |
| <description>Please enter the description of this user action.</description> |
| </action> |
| +<action name="RendererScheduler.UserModel.GestureEnd"> |
| + <owner>beaudoin@chromium.org</owner> |
| + <description> |
| + Fired whenever a gesture ends (touch, scroll, pinch, fling) and the renderer |
| + scheduler is made aware of it. |
|
Ilya Sherman
2016/03/21 08:09:44
Are you sure you don't want to break this metric d
beaudoin
2016/03/23 02:46:42
They are all considered similar for the current pu
|
| + </description> |
| +</action> |
| + |
| +<action name="RendererScheduler.UserModel.GestureStart"> |
| + <owner>beaudoin@chromium.org</owner> |
| + <description> |
| + Fired whenever a gesture starts (touch, scroll, pinch, fling) and the |
| + renderer scheduler is made aware of it. |
| + </description> |
| +</action> |
| + |
| <action name="ReportBug"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |