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

Unified Diff: ash/shell.cc

Issue 1608733002: Remove ui/gfx/screen_type_delegate.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-4
Patch Set: and another rebase 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 | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index d42c788367fc4b75a397f7a5db3912163d4d4967..f31c36d7a0a04674c2edf726cd2a6ee5ebf4026b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -243,7 +243,7 @@ aura::Window* Shell::GetTargetRootWindow() {
// static
gfx::Screen* Shell::GetScreen() {
- return gfx::Screen::GetScreenByType(gfx::SCREEN_TYPE_ALTERNATE);
+ return gfx::Screen::GetScreen();
}
// static
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698