Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: ash/display/display_controller.h

Issue 948583005: Add more tests for mouse rotation,scale&position after display change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698