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

Unified Diff: third_party/WebKit/Source/platform/exported/WebInputEvent.cpp

Issue 2925883003: [Touch Adjustment] Pass primary_pointer_type to WebGestureEvent and disable adjustment for stylus (Closed)
Patch Set: jochen and dtapuska's comments: Add default value Created 3 years, 6 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/platform/exported/WebInputEvent.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp b/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
index 15a13e25cf322b2547e860a641b738f99586f448..92a751a0acbb51f7ca6c1e7af9c54cb2ed2c1f4f 100644
--- a/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
@@ -59,7 +59,7 @@ struct SameSizeAsWebMouseWheelEvent : public SameSizeAsWebMouseEvent {
};
struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
- int gesture_data[15];
+ int gesture_data[16];
};
struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/public/platform/WebGestureEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698