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

Unified Diff: ash/display/root_window_transformers_unittest.cc

Issue 1300803003: Drop ui::TouchEvent shims for radius_{x,y} and force (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/root_window_transformers_unittest.cc
diff --git a/ash/display/root_window_transformers_unittest.cc b/ash/display/root_window_transformers_unittest.cc
index 9aae4f3e4afa55b271c8fa0b47771d897580b60d..63cb5ac2f07be6d95276e4bc3514a2aaf46976b2 100644
--- a/ash/display/root_window_transformers_unittest.cc
+++ b/ash/display/root_window_transformers_unittest.cc
@@ -59,8 +59,8 @@ class TestEventHandler : public ui::EventHandler {
// entire root window.
if (target->name() != kDesktopBackgroundView)
return;
- touch_radius_x_ = event->radius_x();
- touch_radius_y_ = event->radius_y();
+ touch_radius_x_ = event->pointer_details().radius_x();
+ touch_radius_y_ = event->pointer_details().radius_y();
event->StopPropagation();
}
« no previous file with comments | « no previous file | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698