Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index bf1918c6e1461dbab3cacf42a4c99586d1c4519d..4b37ffaffb7bfb45bc46afaaa079c88feef995a7 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -126,7 +126,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
void ShowCursor(bool show); |
// Moves the cursor to the specified location relative to the root window. |
- void MoveCursorTo(const gfx::Point& location); |
+ virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
// Clips the cursor movement to the root_window. |
bool ConfineCursorToWindow(); |