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

Unified Diff: content/common/input/input_param_traits_unittest.cc

Issue 1218663006: Use new WebTouchPoint field names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: content/common/input/input_param_traits_unittest.cc
diff --git a/content/common/input/input_param_traits_unittest.cc b/content/common/input/input_param_traits_unittest.cc
index f40152fd3ca98e6dbbbd47bd085bcd1542c4c14c..47faaa19fce45f5b283ad0395ba299ce5e2a5cb7 100644
--- a/content/common/input/input_param_traits_unittest.cc
+++ b/content/common/input/input_param_traits_unittest.cc
@@ -185,7 +185,7 @@ TEST_F(InputParamTraitsTest, InitializedEvents) {
blink::WebTouchEvent touch_event;
touch_event.type = blink::WebInputEvent::TouchStart;
touch_event.touchesLength = 1;
- touch_event.touches[0].radiusX = 1;
+ touch_event.touches[0].width = 1;
events.push_back(new InputEvent(touch_event, latency, false));
Verify(events);
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.cc ('k') | content/common/input/synthetic_web_input_event_builders.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698