Index: Source/core/dom/Touch.idl |
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
index d7003b65ea7ebc2f22a2636836a56b98a5fd9089..1cfb1b9d3f081d216a55999a1ac16966353e3857 100644 |
--- a/Source/core/dom/Touch.idl |
+++ b/Source/core/dom/Touch.idl |
@@ -37,6 +37,8 @@ |
readonly attribute double radiusX; |
readonly attribute double radiusY; |
readonly attribute float force; |
+ [RuntimeEnabled=TouchStylusDetails] readonly attribute unrestricted float tilt; |
+ [RuntimeEnabled=TouchStylusDetails] readonly attribute unrestricted float tiltDirection; |
[MeasureAs=PrefixedTouchRadiusX] readonly attribute double webkitRadiusX; |
[MeasureAs=PrefixedTouchRadiusY] readonly attribute double webkitRadiusY; |
[MeasureAs=PrefixedTouchRotationAngle] readonly attribute float webkitRotationAngle; |