| Index: Source/core/dom/Touch.idl
|
| diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl
|
| index 198f1ff4ee63d251377fc41c64c02a8e57185797..dccd9bf0fca5d88c3d60ae350aaa0a58e2a879d4 100644
|
| --- a/Source/core/dom/Touch.idl
|
| +++ b/Source/core/dom/Touch.idl
|
| @@ -46,8 +46,8 @@
|
| readonly attribute float force;
|
|
|
| // Non-standard APIs
|
| - [MeasureAs=PrefixedTouchRadiusX, ImplementedAs=radiusX] readonly attribute float webkitRadiusX;
|
| - [MeasureAs=PrefixedTouchRadiusY, ImplementedAs=radiusY] readonly attribute float webkitRadiusY;
|
| - [MeasureAs=PrefixedTouchRotationAngle, ImplementedAs=rotationAngle] readonly attribute float webkitRotationAngle;
|
| - [MeasureAs=PrefixedTouchForce, ImplementedAs=force] readonly attribute float webkitForce;
|
| + [DeprecateAs=PrefixedTouchRadiusX, ImplementedAs=radiusX] readonly attribute float webkitRadiusX;
|
| + [DeprecateAs=PrefixedTouchRadiusY, ImplementedAs=radiusY] readonly attribute float webkitRadiusY;
|
| + [DeprecateAs=PrefixedTouchRotationAngle, ImplementedAs=rotationAngle] readonly attribute float webkitRotationAngle;
|
| + [DeprecateAs=PrefixedTouchForce, ImplementedAs=force] readonly attribute float webkitForce;
|
| };
|
|
|