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

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

Issue 2084533008: mash: Migrate tray audio and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup IWYU. Created 4 years, 6 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 424a2e2bae5e3cc6acffed137a7e080f42215c77..3cf2118603fafb1a020cfa9db8c0970341472db9 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -52,6 +52,7 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
WmWindow* GetPrimaryRootWindow() override;
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
WmWindow* GetRootWindowForNewWindows() override;
+ const DisplayInfo& GetDisplayInfo(int64_t display_id) const override;
bool IsForceMaximizeOnFirstRun() override;
bool IsPinned() override;
void SetPinnedWindow(WmWindow* window) override;

Powered by Google App Engine
This is Rietveld 408576698