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

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

Issue 2075923002: mash: Convert FocusCycler to wm common types and move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 7cea05963487789ff58407a582d809b266c1d97e..b5563761e7dd3c5767d771c97d115860e35c68f5 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -176,6 +176,7 @@ class WmWindowMus : public WmWindow, public ::mus::WindowObserver {
bool IsAlwaysOnTop() const override;
void Hide() override;
void Show() override;
+ views::Widget* GetWidget() override;
void CloseWidget() override;
bool IsFocused() const override;
bool IsActive() const override;

Powered by Google App Engine
This is Rietveld 408576698