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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2194353002: mash: Migrate ScopedTargetRootWindow to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: similarity 40 Created 4 years, 5 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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 4185b61d30dc09e841402beffbe5bbf881f695f1..4f0bb001e5b8e8eede8f0b1a56efeedb8b5a1224 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -61,6 +61,8 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
WmWindow* GetPrimaryRootWindow() override;
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
WmWindow* GetRootWindowForNewWindows() override;
+ std::unique_ptr<ScopedRootWindowForNewWindows>
+ CreateScopedRootWindowForNewWindows(WmWindow* root) override;
const DisplayInfo& GetDisplayInfo(int64_t display_id) const override;
bool IsActiveDisplayId(int64_t display_id) const override;
bool IsForceMaximizeOnFirstRun() override;

Powered by Google App Engine
This is Rietveld 408576698