Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index d9b2d6342ebe8496bd1d436baa4dd7af8cebdae9..e795d778766d86a09ea0be54f413d60a21eca697 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, |