Merge pull request #10492 from electron/libcc-latest
Update libcc to latest
This commit is contained in:
commit
1430faa2fd
2 changed files with 1 additions and 3 deletions
|
@ -875,13 +875,11 @@ bool App::IsAccessibilitySupportEnabled() {
|
||||||
|
|
||||||
void App::SetAccessibilitySupportEnabled(bool enabled) {
|
void App::SetAccessibilitySupportEnabled(bool enabled) {
|
||||||
auto ax_state = content::BrowserAccessibilityState::GetInstance();
|
auto ax_state = content::BrowserAccessibilityState::GetInstance();
|
||||||
|
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
ax_state->OnScreenReaderDetected();
|
ax_state->OnScreenReaderDetected();
|
||||||
} else {
|
} else {
|
||||||
ax_state->DisableAccessibility();
|
ax_state->DisableAccessibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
Browser::Get()->OnAccessibilitySupportChanged();
|
Browser::Get()->OnAccessibilitySupportChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 11f2861319ea478de103195e461a6085a4827b31
|
Subproject commit 7cdb1748f625e88c306ce81ad319377293789649
|
Loading…
Add table
Add a link
Reference in a new issue