Move MouseCaptureLost to base implementation.
MouseCaptureLost is a signal from the browser that capture has been lost. It was getting overridden for WebViews to also release the mouse capture if it was necessary. This has been changed to a separate call in https://chromium-review.googlesource.com/c/chromium/src/+/2541202 and now the common implementation can be moved into base. BUG=1097816 Change-Id: Ic545e543805e0df72dfe11821f02f5f5971844a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542845 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#828718}
Showing
Please register or sign in to comment