| Index: Source/core/dom/Touch.idl
|
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
|
| index d7003b65ea7ebc2f22a2636836a56b98a5fd9089..a35f8fdf013122c5b93d762466477749ef8dbd03 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 float tilt;
|
| + [RuntimeEnabled=TouchStylusDetails] readonly attribute float tiltDirection;
|
| [MeasureAs=PrefixedTouchRadiusX] readonly attribute double webkitRadiusX;
|
| [MeasureAs=PrefixedTouchRadiusY] readonly attribute double webkitRadiusY;
|
| [MeasureAs=PrefixedTouchRotationAngle] readonly attribute float webkitRotationAngle;
|
|
|