Implement accessiblity change events on mac

This commit is contained in:
Kevin Sawicki 2016-07-11 14:09:01 -07:00
parent fc36ac8c1b
commit 68d7ae75b0

View file

@ -83,6 +83,8 @@
} else {
ax_state->DisableAccessibility();
}
atom::Browser::Get()->OnAccessibilityChanged();
}
@end