Index: Source/core/dom/Touch.idl |
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
index dd4f87078eda045050726358ec1970c9ffe9c2df..78daf6b5781bf849910c31741879e2e5cef1627e 100644 |
--- a/Source/core/dom/Touch.idl |
+++ b/Source/core/dom/Touch.idl |
@@ -50,4 +50,6 @@ |
[MeasureAs=PrefixedTouchRadiusY] readonly attribute double webkitRadiusY; |
[MeasureAs=PrefixedTouchRotationAngle] readonly attribute float webkitRotationAngle; |
[MeasureAs=PrefixedTouchForce] readonly attribute float webkitForce; |
+ [RuntimeEnabled=TouchStylusDetails] readonly attribute unrestricted float tilt; |
+ [RuntimeEnabled=TouchStylusDetails] readonly attribute unrestricted float tiltDirection; |
}; |