| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 7bb3106f2b93db999857d127d59c3ce754f77ec5..59274f41ee58dbeb04592c7643106337d027533a 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -173,7 +173,7 @@ class WindowTree : public mojom::WindowTree,
|
| bool AddTransientWindow(const ClientWindowId& window_id,
|
| const ClientWindowId& transient_window_id);
|
| bool DeleteWindow(const ClientWindowId& window_id);
|
| - bool SetModalType(const ClientWindowId& window_id, ModalType modal_type);
|
| + bool SetModalType(ServerWindow* window, ModalType modal_type);
|
| std::vector<const ServerWindow*> GetWindowTree(
|
| const ClientWindowId& window_id) const;
|
| bool SetWindowVisibility(const ClientWindowId& window_id, bool visible);
|
|
|