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

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: Make Touch.tilt available behind the enable-experimental-web-platform-features flag Created 5 years, 10 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 9537778eb9034872cbca02318fd3cce16b675b0a..4c3af574bac504052a600ddd30bd15685d71bdfa 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -191,6 +191,7 @@ interface Document : Node {
[Default=Undefined] optional double webkitRadiusX,
[Default=Undefined] optional double webkitRadiusY,
[Default=Undefined] optional float webkitRotationAngle,
+ [Default=Undefined] optional float webkitTilt,
Rick Byers 2015/02/04 11:48:55 New arguments must be last to avoid changing the s
d.pikalov 2015/02/11 11:17:13 Done.
[Default=Undefined] optional float webkitForce);
[RuntimeEnabled=Touch] TouchList createTouchList(Touch... touches);

Powered by Google App Engine
This is Rietveld 408576698