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

Unified Diff: ash/content/display/screen_orientation_controller_chromeos_unittest.cc

Issue 1631023002: Fix moving the mouse between two displays after the secondary display becomes primary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rename UpdateDisplaysTo to UpdateDisplaysWith Created 4 years, 11 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
« no previous file with comments | « no previous file | ash/display/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content/display/screen_orientation_controller_chromeos_unittest.cc
diff --git a/ash/content/display/screen_orientation_controller_chromeos_unittest.cc b/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
index b0038ed3a8e4bf7c66599e09c3a6e041ef559b6d..6ce5086cd31ded288406149064d2e13aaa2268aa 100644
--- a/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
+++ b/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
@@ -639,8 +639,8 @@ TEST_F(ScreenOrientationControllerTest, RotateInactiveDisplay) {
// that the DisplayManager can track the |internal_display_info| as inactive
// instead of non-existent.
DisplayManager* display_manager = Shell::GetInstance()->display_manager();
- display_manager->UpdateDisplays(display_info_list_two_active);
- display_manager->UpdateDisplays(display_info_list_one_active);
+ display_manager->UpdateDisplaysWith(display_info_list_two_active);
+ display_manager->UpdateDisplaysWith(display_info_list_one_active);
test::ScopedSetInternalDisplayId set_internal(kInternalDisplayId);
« no previous file with comments | « no previous file | ash/display/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698