| Index: sky/engine/core/dom/Touch.idl
|
| diff --git a/sky/engine/core/dom/Touch.idl b/sky/engine/core/dom/Touch.idl
|
| index d7003b65ea7ebc2f22a2636836a56b98a5fd9089..68895a950a5e98996990bdeadc52d0a559961194 100644
|
| --- a/sky/engine/core/dom/Touch.idl
|
| +++ b/sky/engine/core/dom/Touch.idl
|
| @@ -37,8 +37,5 @@
|
| readonly attribute double radiusX;
|
| readonly attribute double radiusY;
|
| readonly attribute float force;
|
| - [MeasureAs=PrefixedTouchRadiusX] readonly attribute double webkitRadiusX;
|
| - [MeasureAs=PrefixedTouchRadiusY] readonly attribute double webkitRadiusY;
|
| - [MeasureAs=PrefixedTouchRotationAngle] readonly attribute float webkitRotationAngle;
|
| - [MeasureAs=PrefixedTouchForce] readonly attribute float webkitForce;
|
| + readonly attribute float rotationAngle;
|
| };
|
|
|