Index: Source/core/dom/Touch.idl |
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
index 06e93d96844eb3432d5d9daddff021bff53b77b5..7ff3d973b244f908360799162d41a9ef503acf84 100644 |
--- a/Source/core/dom/Touch.idl |
+++ b/Source/core/dom/Touch.idl |
@@ -34,8 +34,8 @@ |
readonly attribute long pageY; |
readonly attribute EventTarget target; |
readonly attribute unsigned long identifier; |
- readonly attribute long webkitRadiusX; |
- readonly attribute long webkitRadiusY; |
- readonly attribute float webkitRotationAngle; |
- readonly attribute float webkitForce; |
+ [MeasureAs=PrefixedTouchRadiusX] readonly attribute long webkitRadiusX; |
+ [MeasureAs=PrefixedTouchRadiusY] readonly attribute long webkitRadiusY; |
+ [MeasureAs=PrefixedTouchRotationAngle] readonly attribute float webkitRotationAngle; |
+ [MeasureAs=PrefixedTouchForce] readonly attribute float webkitForce; |
}; |