Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: ash/wm/workspace/workspace_event_handler.cc

Issue 753933003: Dismiss the multi window resizer when the user clicks outside of the resizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toplevel_consume_press
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/workspace/multi_window_resize_controller_unittest.cc ('k') | ui/views/mouse_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_handler.cc
diff --git a/ash/wm/workspace/workspace_event_handler.cc b/ash/wm/workspace/workspace_event_handler.cc
index 4de23da2d58295ba9d7b358d052db672d23cfdc2..afd017bb0e8bacea4a2de7bffe13d8844074a046 100644
--- a/ash/wm/workspace/workspace_event_handler.cc
+++ b/ash/wm/workspace/workspace_event_handler.cc
@@ -69,11 +69,6 @@ void WorkspaceEventHandler::OnMouseEvent(ui::MouseEvent* event) {
click_component_ = HTNOWHERE;
}
- // The multi window resizer does not hide as a result of a single click
- // because this code is never reached as a result of a single click.
- // TODO(pkotwicz): Fix this. http://crbug.com/437125
- multi_window_resize_controller_.Hide();
-
HandleVerticalResizeDoubleClick(target_state, event);
break;
}
« no previous file with comments | « ash/wm/workspace/multi_window_resize_controller_unittest.cc ('k') | ui/views/mouse_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698