| Index: services/ui/ws/modal_window_controller.cc
|
| diff --git a/services/ui/ws/modal_window_controller.cc b/services/ui/ws/modal_window_controller.cc
|
| index a07dc1f420ce93bdd92192f534ee0d063dc4b00c..35fddbfcc1bb14538c7c4a2d3d3bd748318c13ce 100644
|
| --- a/services/ui/ws/modal_window_controller.cc
|
| +++ b/services/ui/ws/modal_window_controller.cc
|
| @@ -48,7 +48,7 @@ void ModalWindowController::AddSystemModalWindow(ServerWindow* window) {
|
| DCHECK(window);
|
| DCHECK(!base::ContainsValue(system_modal_windows_, window));
|
|
|
| - window->SetModal();
|
| + window->SetModal(true);
|
| system_modal_windows_.push_back(window);
|
| window_drawn_trackers_.insert(make_pair(
|
| window, base::MakeUnique<ServerWindowDrawnTracker>(window, this)));
|
|
|