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

Unified Diff: ash/shell.h

Issue 1608053002: Remove now-unnecessary wrappers around gfx::Screen::GetScreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-5
Patch Set: . 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 8401a6c3c433006bad17444d02e03a82388d4396..ef3e742239c9490c50daca88861ca88d99154080 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -209,9 +209,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// |wm::GetActiveWindow()->GetRootWindow()|.
static aura::Window* GetTargetRootWindow();
- // Returns the global Screen object that's always active in ash.
- static gfx::Screen* GetScreen();
-
// Returns all root windows.
static aura::Window::Windows GetAllRootWindows();

Powered by Google App Engine
This is Rietveld 408576698