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

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

Issue 755403006: Added experimental Touch.tilt, Touch.tiltDirection support for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added param 'set_state_moved' to EventSender::SetTouchPointTilt() Created 5 years, 9 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 f743ba18408f9b98626ff2859a806d2a53225577..76efebc4790c33853fd98f1f4d88c2680c8bddcf 100644
--- a/ui/events/test/event_generator.cc
+++ b/ui/events/test/event_generator.cc
@@ -48,7 +48,7 @@ class TestTouchEvent : public ui::TouchEvent {
int flags,
base::TimeDelta timestamp)
: TouchEvent(type, root_location, flags, touch_id, timestamp,
- 1.0f, 1.0f, 0.0f, 0.0f) {
+ 1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f) {
}
private:

Powered by Google App Engine
This is Rietveld 408576698