Index: third_party/WebKit/Source/core/events/PointerEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/PointerEvent.idl b/third_party/WebKit/Source/core/events/PointerEvent.idl |
index 7370d3767a3b2f3f4dbc8a90e5c93d69793c8af6..1a6fef3bf4b538fc58c484921975bc258fa17eac 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEvent.idl |
+++ b/third_party/WebKit/Source/core/events/PointerEvent.idl |
@@ -14,6 +14,8 @@ |
[MeasureAs=PointerEventAttributeCount] readonly attribute float pressure; |
[MeasureAs=PointerEventAttributeCount] readonly attribute long tiltX; |
[MeasureAs=PointerEventAttributeCount] readonly attribute long tiltY; |
+ [MeasureAs=PointerEventAttributeCount] readonly attribute float tangentialPressure; |
+ [MeasureAs=PointerEventAttributeCount] readonly attribute long twist; |
[MeasureAs=PointerEventAttributeCount] readonly attribute DOMString pointerType; |
[MeasureAs=PointerEventAttributeCount] readonly attribute boolean isPrimary; |