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

Unified Diff: ui/chromeos/touch_exploration_controller.h

Issue 1372253002: gfx: Make conversions from gfx::Point to PointF explicit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pointfconvert-event: browsertests Created 5 years, 2 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/chromeos/touch_exploration_controller.h
diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
index 96a77989eed7b35d860c4e9e42b94459a92db094..4872c2d104dcf91c40199fc3fc7239967a8867a1 100644
--- a/ui/chromeos/touch_exploration_controller.h
+++ b/ui/chromeos/touch_exploration_controller.h
@@ -258,8 +258,8 @@ class UI_CHROMEOS_EXPORT TouchExplorationController
// Binds DispatchKeyWithFlags to a specific key and flags.
base::Closure BindKeyEventWithFlags(const ui::KeyboardCode key, int flags);
- scoped_ptr<ui::Event> CreateMouseMoveEvent(const gfx::PointF& location,
- int flags);
+ scoped_ptr<ui::MouseEvent> CreateMouseMoveEvent(const gfx::PointF& location,
+ int flags);
void EnterTouchToMouseMode();

Powered by Google App Engine
This is Rietveld 408576698