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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1759523002: mus: Server-side implementation of modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed some review comments Created 4 years, 10 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: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index c35b03bcaa8af9f848533fdde9c2ace37242afe3..da292d4a7c697efdadcaf55662e2a74f6aee949d 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -274,6 +274,7 @@ class ConnectionManager : public ServerWindowDelegate,
ServerWindow* relative,
mojom::OrderDirection direction) override;
void OnWillChangeWindowVisibility(ServerWindow* window) override;
+ void OnWindowVisibilityChanged(ServerWindow* window) override;
void OnWindowSharedPropertyChanged(
ServerWindow* window,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698