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