Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 11f59773a8a24826d06399c46c6fa72a7e06e588..3ebf375a0656c67e8a173bab049cabde5c225c4e 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -129,6 +129,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Moves the cursor to the specified location relative to the root window. |
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
+ // Moves the cursor to the |host_location| given in host coordinates. |
+ void MoveCursorToHostLoation(const gfx::Point& host_location); |
+ |
// Clips the cursor movement to the root_window. |
bool ConfineCursorToWindow(); |