mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 131.0.6768.0 (#1366576)
mac: Switch to Xcode 16.0 16A242d with macOS SDK 15.0 24A336
This commit is contained in:
committed by
Marshall Greenblatt
parent
e3a8741563
commit
5d817b20a6
@ -1337,14 +1337,15 @@ void AlloyBrowserHostImpl::AccessibilityEventReceived(
|
||||
}
|
||||
|
||||
void AlloyBrowserHostImpl::AccessibilityLocationChangesReceived(
|
||||
const std::vector<ui::AXLocationChanges>& details) {
|
||||
const ui::AXTreeID& tree_id,
|
||||
ui::AXLocationAndScrollUpdates& details) {
|
||||
// Only needed in windowless mode.
|
||||
if (IsWindowless()) {
|
||||
if (!web_contents() || !platform_delegate_) {
|
||||
return;
|
||||
}
|
||||
|
||||
platform_delegate_->AccessibilityLocationChangesReceived(details);
|
||||
platform_delegate_->AccessibilityLocationChangesReceived(tree_id, details);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user