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

Unified Diff: components/mus/public/cpp/lib/window_tree_client_impl.h

Issue 1784573002: mus: Client-side implementation of modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b548402_modal_windows_server
Patch Set: Created 4 years, 9 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/public/cpp/lib/window_tree_client_impl.h
diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.h b/components/mus/public/cpp/lib/window_tree_client_impl.h
index 7e2681959eeb65d709afb01116990100cee67aad..5dba11c3c428ae1998b4322e45f380925f19907b 100644
--- a/components/mus/public/cpp/lib/window_tree_client_impl.h
+++ b/components/mus/public/cpp/lib/window_tree_client_impl.h
@@ -66,6 +66,8 @@ class WindowTreeClientImpl : public WindowTreeConnection,
void AddTransientWindow(Window* window, Id transient_window_id);
void RemoveTransientWindowFromParent(Window* window);
+ void SetModal(Window* window);
+
void Reorder(Window* window,
Id relative_window_id,
mojom::OrderDirection direction);

Powered by Google App Engine
This is Rietveld 408576698