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

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

Issue 2387013003: Adds OnChildWindowVisibilityChanged to ui::WindowObserver (Closed)
Patch Set: merge Created 4 years, 2 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/mus/bridge/mus_layout_manager_adapter.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 0bd784afac05487335671f6d60358ba934590419..6739b105caa7f969406b08239e33db4f3a0488d6 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -262,8 +262,8 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
const gfx::Rect& new_bounds) override;
void OnWindowDestroying(ui::Window* window) override;
void OnWindowDestroyed(ui::Window* window) override;
- void OnWindowVisibilityChanging(ui::Window* window) override;
- void OnWindowVisibilityChanged(ui::Window* window) override;
+ void OnWindowVisibilityChanging(ui::Window* window, bool visible) override;
+ void OnWindowVisibilityChanged(ui::Window* window, bool visible) override;
void OnTransientChildAdded(ui::Window* window,
ui::Window* transient) override;
void OnTransientChildRemoved(ui::Window* window,
« no previous file with comments | « ash/mus/bridge/mus_layout_manager_adapter.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698