Chromium Code Reviews| Index: services/ui/ws/window_tree.cc |
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc |
| index 0ec3e9867ad0c0cdf6e8f7d4853652cad5923c5d..6ee418a59626c27d74de73013c06935a1217e52a 100644 |
| --- a/services/ui/ws/window_tree.cc |
| +++ b/services/ui/ws/window_tree.cc |
| @@ -2070,6 +2070,10 @@ void WindowTree::WmResponse(uint32_t change_id, bool response) { |
| window_server_->WindowManagerChangeCompleted(change_id, response); |
| } |
| +void WindowTree::WmSetBoundsResponse(uint32_t change_id) { |
| + WmResponse(change_id, false); |
|
sky
2017/03/27 19:22:51
Document why false is used.
Fady Samuel
2017/03/27 20:31:11
Done.
|
| +} |
| + |
| void WindowTree::WmRequestClose(Id transport_window_id) { |
| ServerWindow* window = |
| GetWindowByClientId(ClientWindowId(transport_window_id)); |