| Index: services/ui/ws/server_window.h
|
| diff --git a/services/ui/ws/server_window.h b/services/ui/ws/server_window.h
|
| index f57f220145a517462e83cee80a60a3b79e626e18..2bf8329af73ea25f4b67fcf411e1904dd81549c0 100644
|
| --- a/services/ui/ws/server_window.h
|
| +++ b/services/ui/ws/server_window.h
|
| @@ -130,7 +130,7 @@ class ServerWindow {
|
| const Windows& transient_children() const { return transient_children_; }
|
|
|
| bool is_modal() const { return is_modal_; }
|
| - void SetModal();
|
| + void SetModal(bool is_modal);
|
|
|
| // Returns true if this contains |window| or is |window|.
|
| bool Contains(const ServerWindow* window) const;
|
|
|