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

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: Rebase 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
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 36f89c652afd278dd26a58b8038ffb2e26d7930a..c7a907e58205b326a8e03cf34c0fa925247c039d 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -47,7 +47,6 @@ class WmWindowMus : public WmWindow, public ::mus::WindowObserver {
// The window manager creates a mus::Window and a views::Widget to show the
// non-client frame decorations. In this case the creation type is
// FOR_CLIENT.
-
FOR_CLIENT,
};
@@ -176,6 +175,7 @@ class WmWindowMus : public WmWindow, public ::mus::WindowObserver {
bool IsAlwaysOnTop() const override;
void Hide() override;
void Show() override;
+ views::Widget* GetInternalWidget() override;
void CloseWidget() override;
bool IsFocused() const override;
bool IsActive() const override;
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698