| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 87e8eb72b0f34b4651f6b0a878aa0e98c30f62ca..30453ebc65d214ab1e5bd6b340459a09a20d30a8 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -11766,6 +11766,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.
|
| + </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>
|
|
|