Index: ppapi/api/ppb_input_event.idl |
diff --git a/ppapi/api/ppb_input_event.idl b/ppapi/api/ppb_input_event.idl |
index b9224fa584ad4e47ef060249fb0f80b3f67d72f4..bb7d718968ac6dd8ef3cd665c899af5f9f83de7f 100644 |
--- a/ppapi/api/ppb_input_event.idl |
+++ b/ppapi/api/ppb_input_event.idl |
@@ -10,7 +10,8 @@ |
label Chrome { |
M13 = 1.0, |
M14 = 1.1, |
- M34 = 1.2 |
+ M34 = 1.2, |
+ M39 = 1.3 |
}; |
/** |
@@ -851,6 +852,7 @@ enum PP_TouchListType { |
* The list of all TouchPoints which are targeting this plugin. This is a |
* subset of Touches. |
*/ |
+ [deprecate=1.3] |
PP_TOUCHLIST_TYPE_TARGETTOUCHES = 2 |
}; |