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

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: Fixed WebInputEventConversionTest 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
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Touch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index c665c803790f9595b39c5439a5ab7d648b652538..f2f8ad2c5b69cb167d96bdb5a9adf33e0a758127 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -174,7 +174,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.
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Touch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698