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

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: fixes 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
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 7c36c8ef48c7c5490940813466a39ebad3366d2d..ab3324040c09a6c170fd30299f654c1afdce61dd 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -243,7 +243,7 @@ aura::Window* Shell::GetTargetRootWindow() {
// static
gfx::Screen* Shell::GetScreen() {
sky 2016/01/19 22:47:54 Can Shell::GetScreen be nuked entirely now and cal
scottmg 2016/01/20 00:52:57 Yeah, it got pretty big, so pushed to https://code
- return gfx::Screen::GetScreenByType(gfx::SCREEN_TYPE_ALTERNATE);
+ return gfx::Screen::GetScreen();
}
// static

Powered by Google App Engine
This is Rietveld 408576698