Index: third_party/WebKit/Source/core/events/PointerEventInit.idl |
diff --git a/third_party/WebKit/Source/core/events/PointerEventInit.idl b/third_party/WebKit/Source/core/events/PointerEventInit.idl |
index 18e2bdc2609cf31ee479569aac74bc00a4a27651..049adc7d03e0244c18fc9051e78b53e77cd787dc 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventInit.idl |
+++ b/third_party/WebKit/Source/core/events/PointerEventInit.idl |
@@ -11,6 +11,8 @@ dictionary PointerEventInit : MouseEventInit { |
float pressure = 0; |
long tiltX = 0; |
long tiltY = 0; |
+ float tangentialPressure = 0; |
+ long twist = 0; |
DOMString pointerType = ""; |
boolean isPrimary = false; |