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

Unified Diff: ash/test/ash_test_base.cc

Issue 10870036: Allow storing display preferences per device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 4 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/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 717bf51e641efe0ce6c9b5dd84518602e1123e46..7ac27fa8edfa6b3c12bb79cda27e7d0e587eca21 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -93,7 +93,7 @@ void AshTestBase::UpdateDisplay(const std::string& display_specs) {
// On non-testing environment, when a secondary display is connected, a new
// native (i.e. X) window for the display is always created below the previous
// one for GPU performance reasons. Try to emulate the behavior.
- if (internal::DisplayController::IsExtendedDesktopEnabled()) {
+ if (DisplayController::IsExtendedDesktopEnabled()) {
Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
DCHECK_EQ(displays.size(), root_windows.size());
size_t next_y = 0;

Powered by Google App Engine
This is Rietveld 408576698