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); |