Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index 73822e859b3e15881478404a6b7cc5120ac0e5a7..fd952333c835d92a4ff31ac1eb5ff1161759f830 100644 |
--- a/ash/display/display_controller.h |
+++ b/ash/display/display_controller.h |
@@ -138,7 +138,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver, |
// Checks if the mouse pointer is on one of displays, and moves to |
// the center of the nearest display if it's outside of all displays. |
- void EnsurePointerInDisplays(); |
+ void UpdateMouseLocationAfterDisplayChange(); |
// Sets the work area's |insets| to the display assigned to |window|. |
bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window, |