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

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

Issue 2953563002: Revert of [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: 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 9333f3ddc104ad7e5dbb60de92ddfcabe2eac0d4..41791554d646d7780c2dc18742c8d9e4b3a2f0f7 100644
--- a/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
@@ -59,7 +59,7 @@
};
struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
- int gesture_data[15];
+ int gesture_data[14];
};
struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.cc ('k') | third_party/WebKit/public/platform/WebGestureEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698