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

Unified Diff: mash/wm/bridge/wm_globals_mus.h

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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/wm/overview/window_selector_unittest.cc ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/bridge/wm_globals_mus.h
diff --git a/mash/wm/bridge/wm_globals_mus.h b/mash/wm/bridge/wm_globals_mus.h
index d99afaac6953783a85cdfe3fa6b2435548930524..8f5f2e9fb767f241d68ef89a9a2b687ab4b390e1 100644
--- a/mash/wm/bridge/wm_globals_mus.h
+++ b/mash/wm/bridge/wm_globals_mus.h
@@ -45,8 +45,10 @@ class WmGlobalsMus : public ash::wm::WmGlobals,
// WmGlobals:
ash::wm::WmWindow* GetFocusedWindow() override;
ash::wm::WmWindow* GetActiveWindow() override;
+ ash::wm::WmWindow* GetPrimaryRootWindow() override;
ash::wm::WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
ash::wm::WmWindow* GetRootWindowForNewWindows() override;
+ std::vector<ash::wm::WmWindow*> GetMruWindowList() override;
std::vector<ash::wm::WmWindow*> GetMruWindowListIgnoreModals() override;
bool IsForceMaximizeOnFirstRun() override;
bool IsUserSessionBlocked() override;
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | mash/wm/bridge/wm_globals_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698