Set capture to the window being dragged when dragging a window on Ash
This CL sets capture to the window being dragged when dragging a window on Ash. This allows state to be reset when a user opens the Ctrl+Alt+Delete dialog on Windows Ash. As a side effect, this CL fixes dragging windows from one screen to another on ChromeOS ozone. Dragging windows from one screen to another worked on X11 because X11 does an implicit grab when the mouse is pressed. This implicit grab guarantees that events are sent to WindowTreeHost where the drag started for the duration of the drag. BUG=439703, 423383 TEST=None Review URL: https://codereview.chromium.org/778043004 Cr-Commit-Position: refs/heads/master@{#309364}
Showing
Please register or sign in to comment