Update API to isAccessibilitySupportEnabled
This commit is contained in:
parent
3fcbac78ac
commit
34f7ddec9f
7 changed files with 16 additions and 13 deletions
|
@ -99,7 +99,7 @@ bool NativeWindowViews::PreHandleMSG(
|
|||
if (axState && !axState->IsAccessibleBrowser()) {
|
||||
axState->OnScreenReaderDetected();
|
||||
enabled_a11y_support_ = true;
|
||||
Browser::Get()->OnAccessibilityChanged();
|
||||
Browser::Get()->OnAccessibilitySupportChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue