Index: ui/aura_shell/desktop_event_filter.h |
=================================================================== |
--- ui/aura_shell/desktop_event_filter.h (revision 110305) |
+++ ui/aura_shell/desktop_event_filter.h (working copy) |
@@ -44,7 +44,7 @@ |
// Updates the cursor if the target provides a custom one, and provides |
// default resize cursors for window edges. |
- void HandleMouseMoved(aura::Window* target, aura::MouseEvent* event); |
+ void UpdateCursor(aura::Window* target, aura::MouseEvent* event); |
// Dispatches event to addtional filters. Returns false or |
// ui::TOUCH_STATUS_UNKNOWN if event is consumed. |