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

Unified Diff: third_party/WebKit/Source/web/WebInputEvent.cpp

Issue 2587393004: Add tangentialPressure and twist properties to PointerEvent on Mac (Closed)
Patch Set: pressure mac Created 3 years, 12 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/web/WebInputEvent.cpp
diff --git a/third_party/WebKit/Source/web/WebInputEvent.cpp b/third_party/WebKit/Source/web/WebInputEvent.cpp
index ac01696152f6974aebc7320d13395463237aa5a1..ddcba636019a7888d1b7eac8c3624d3cbbff9336 100644
--- a/third_party/WebKit/Source/web/WebInputEvent.cpp
+++ b/third_party/WebKit/Source/web/WebInputEvent.cpp
@@ -49,7 +49,7 @@ struct SameSizeAsWebKeyboardEvent : public SameSizeAsWebInputEvent {
};
struct SameSizeAsWebMouseEvent : public SameSizeAsWebInputEvent {
- int mouseData[15];
+ int mouseData[17];
};
struct SameSizeAsWebMouseWheelEvent : public SameSizeAsWebMouseEvent {

Powered by Google App Engine
This is Rietveld 408576698