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

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

Issue 2787363002: Moves couple of WmShell methods to standalone functions (Closed)
Patch Set: merge Created 3 years, 9 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 b97e7c0a75ecb8384c46b3ee1055936765baab3e..5c5d4bac4285e7f08379054a40f5a52f6798cc67 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -62,9 +62,6 @@ class WmShellMus : public WmShell {
void Shutdown() override;
bool IsRunningInMash() const override;
Config GetConfig() const override;
- WmWindow* GetFocusedWindow() override;
- WmWindow* GetActiveWindow() override;
- WmWindow* GetCaptureWindow() override;
WmWindow* GetPrimaryRootWindow() override;
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
const display::ManagedDisplayInfo& GetDisplayInfo(

Powered by Google App Engine
This is Rietveld 408576698