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

Unified Diff: ui/events/test/event_generator.cc

Issue 2647253002: Add tangentialPressure and twist properties to PointerEvent on Windows (Closed)
Patch Set: rotation Created 3 years, 11 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: ui/events/test/event_generator.cc
diff --git a/ui/events/test/event_generator.cc b/ui/events/test/event_generator.cc
index 57fed244e08bfc9b6dae590989d9f428d058cc77..abde469218769552d0f92bf7a133b8ba46b853b0 100644
--- a/ui/events/test/event_generator.cc
+++ b/ui/events/test/event_generator.cc
@@ -592,7 +592,7 @@ void EventGenerator::Init(gfx::NativeWindow root_window,
current_target_ = delegate()->GetTargetAt(current_location_);
touch_pointer_details_ =
PointerDetails(ui::EventPointerType::POINTER_TYPE_TOUCH, 1.0, 1.0,
- std::numeric_limits<float>::quiet_NaN(), 0.0, 0.0);
+ std::numeric_limits<float>::quiet_NaN(), 0.0, 0.0, 0.0, 0);
}
void EventGenerator::DispatchKeyEvent(bool is_press,

Powered by Google App Engine
This is Rietveld 408576698