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

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

Issue 2377853002: Test coverage for bug in WmWindowAura::OnWindowVisibilityChanged() (Closed)
Patch Set: parent and merge Created 4 years, 3 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/BUILD.gn ('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 0f0a2b950810120067d8e641672fffc6d30632d4..513089b926a87f8908a422bf641f1941b2171f13 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -262,6 +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 OnTransientChildAdded(ui::Window* window,
ui::Window* transient) override;
void OnTransientChildRemoved(ui::Window* window,
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698