Merge pull request #10492 from electron/libcc-latest

Update libcc to latest
This commit is contained in:
Cheng Zhao 2017-09-12 16:18:47 +09:00 committed by GitHub
commit 1430faa2fd
2 changed files with 1 additions and 3 deletions

View file

@ -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();
} }

@ -1 +1 @@
Subproject commit 11f2861319ea478de103195e461a6085a4827b31 Subproject commit 7cdb1748f625e88c306ce81ad319377293789649