mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 117.0.5938.0 (#1181205)
This commit is contained in:
@@ -181,6 +181,17 @@ void CefTouchSelectionControllerClientOSR::OnSwipeToMoveCursorEnd() {
|
||||
OnSelectionEvent(ui::INSERTION_HANDLE_DRAG_STOPPED);
|
||||
}
|
||||
|
||||
void CefTouchSelectionControllerClientOSR::OnClientHitTestRegionUpdated(
|
||||
ui::TouchSelectionControllerClient* client) {
|
||||
if (client != active_client_ || !rwhv_->selection_controller() ||
|
||||
rwhv_->selection_controller()->active_status() ==
|
||||
ui::TouchSelectionController::INACTIVE) {
|
||||
return;
|
||||
}
|
||||
|
||||
active_client_->DidScroll();
|
||||
}
|
||||
|
||||
void CefTouchSelectionControllerClientOSR::UpdateClientSelectionBounds(
|
||||
const gfx::SelectionBound& start,
|
||||
const gfx::SelectionBound& end) {
|
||||
|
Reference in New Issue
Block a user