mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Merge pull request #10492 from electron/libcc-latest
Update libcc to latest
This commit is contained in:
@@ -875,13 +875,11 @@ bool App::IsAccessibilitySupportEnabled() {
|
||||
|
||||
void App::SetAccessibilitySupportEnabled(bool enabled) {
|
||||
auto ax_state = content::BrowserAccessibilityState::GetInstance();
|
||||
|
||||
if (enabled) {
|
||||
ax_state->OnScreenReaderDetected();
|
||||
} else {
|
||||
ax_state->DisableAccessibility();
|
||||
}
|
||||
|
||||
Browser::Get()->OnAccessibilitySupportChanged();
|
||||
}
|
||||
|
||||
|
||||
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
Submodule vendor/libchromiumcontent updated: 11f2861319...7cdb1748f6
Reference in New Issue
Block a user