Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: ppapi/api/ppb_input_event.idl

Issue 557863002: Remove references to WebTouchEvent.targetTouches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698