Index: Source/core/dom/Touch.idl |
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
index 574d68441d0d5d0e8bad8011acfbe964eca49529..d7003b65ea7ebc2f22a2636836a56b98a5fd9089 100644 |
--- a/Source/core/dom/Touch.idl |
+++ b/Source/core/dom/Touch.idl |
@@ -34,6 +34,9 @@ |
readonly attribute double pageY; |
readonly attribute EventTarget target; |
readonly attribute unsigned long identifier; |
+ 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; |