Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: third_party/WebKit/Source/core/events/PointerEventInit.idl

Issue 2587393004: Add tangentialPressure and twist properties to PointerEvent on Mac (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEventFactory.cpp ('k') | third_party/WebKit/Source/web/WebInputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698