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

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

Issue 522453002: Remove Default Touch Radii in EventGenerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.cc
diff --git a/ui/events/test/event_generator.cc b/ui/events/test/event_generator.cc
index b17c801434698aa7c89f99e96f12f47a5edf1c96..365461404b1d40b6980cefd024327f0d73b4a5b3 100644
--- a/ui/events/test/event_generator.cc
+++ b/ui/events/test/event_generator.cc
@@ -47,7 +47,7 @@ class TestTouchEvent : public ui::TouchEvent {
int flags,
base::TimeDelta timestamp)
: TouchEvent(type, root_location, flags, touch_id, timestamp,
- 1.0f, 1.0f, 1.0f, 1.0f) {
+ 1.0f, 1.0f, 0.0f, 0.0f) {
}
private:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698