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

Unified Diff: Source/web/WebInputEvent.cpp

Issue 1253183005: Extend WebPointerProperties with tilt and pointer type fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | public/platform/WebPointerProperties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEvent.cpp
diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp
index de145dbd5c99b5cfe433d6496a2f6ca1c794c6b3..e1f7086b0a3b50caf0d9712206e9b7c77ed20b8d 100644
--- a/Source/web/WebInputEvent.cpp
+++ b/Source/web/WebInputEvent.cpp
@@ -47,7 +47,7 @@ struct SameSizeAsWebKeyboardEvent : public SameSizeAsWebInputEvent {
};
struct SameSizeAsWebMouseEvent : public SameSizeAsWebInputEvent {
- int mouseData[12];
+ int mouseData[15];
};
struct SameSizeAsWebMouseWheelEvent : public SameSizeAsWebMouseEvent {
« no previous file with comments | « no previous file | public/platform/WebPointerProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698