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

Unified Diff: ui/events/gesture_event_details.cc

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
« no previous file with comments | « ui/events/gesture_event_details.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_event_details.cc
diff --git a/ui/events/gesture_event_details.cc b/ui/events/gesture_event_details.cc
index 3203fd4ec77128721a26054be3febfcdfb50e572..8f422cbfc6f06eb0c0f9dcc8d14dfc975daeff7e 100644
--- a/ui/events/gesture_event_details.cc
+++ b/ui/events/gesture_event_details.cc
@@ -68,6 +68,7 @@ GestureEventDetails::GestureEventDetails(ui::EventType type,
: type_(type),
data_(other.data_),
device_type_(other.device_type_),
+ primary_pointer_type_(other.primary_pointer_type_),
touch_points_(other.touch_points_),
bounding_box_(other.bounding_box_) {
DCHECK_GE(type, ET_GESTURE_TYPE_START);
« no previous file with comments | « ui/events/gesture_event_details.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698