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

Unified Diff: ash/display/window_tree_host_manager.cc

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter Created 3 years, 7 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/window_tree_host_manager.cc
diff --git a/ash/display/window_tree_host_manager.cc b/ash/display/window_tree_host_manager.cc
index 4a1629e38721c3270d340ee01df80060f11fc5be..d1c152adf136f03d6a8b46d3d5d423f91f61b81c 100644
--- a/ash/display/window_tree_host_manager.cc
+++ b/ash/display/window_tree_host_manager.cc
@@ -515,7 +515,7 @@ void WindowTreeHostManager::UpdateMouseLocationAfterDisplayChange() {
// Do not move the cursor if the cursor's location did not change. This avoids
// moving (and showing) the cursor:
// - At startup.
- // - When the device is rotated in maximized mode.
+ // - When the device is rotated in tablet mode.
// |cursor_display_id_for_restore_| is checked to ensure that the cursor is
// moved when the cursor's native position does not change but the display
// that it is on has changed. This occurs when swapping the primary display.

Powered by Google App Engine
This is Rietveld 408576698