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

Unified Diff: Source/core/dom/Document.idl

Issue 750013004: Added experimental tilt and tiltDirection to the Touch interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keep eventSender.setTouchPointTilt under "if" + added 4th argument (set_state_moved) Created 5 years, 9 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: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 40a0d9789ddbcdb0b93760af74c6fc243a6f2798..09d3b8c6854af6f8f8f5f6bdd40f756123e701e3 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -178,7 +178,9 @@ interface Document : Node {
[Default=Undefined] optional unrestricted double webkitRadiusX,
[Default=Undefined] optional unrestricted double webkitRadiusY,
[Default=Undefined] optional unrestricted float webkitRotationAngle,
- [Default=Undefined] optional unrestricted float webkitForce);
+ [Default=Undefined] optional unrestricted float webkitForce,
+ [Default=Undefined] optional unrestricted float tilt,
+ [Default=Undefined] optional unrestricted float tiltDirection);
[RuntimeEnabled=Touch] TouchList createTouchList(Touch... touches);
// FIXME: The spec doesn't define these event handler attributes.

Powered by Google App Engine
This is Rietveld 408576698