Index: ui/views/controls/webview/webview.cc |
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc |
index 663a547959d9e2f4fc0b6f138dc3535bd3ced5a6..158045f6378f9d9551c927c2bedeef1d42557431 100644 |
--- a/ui/views/controls/webview/webview.cc |
+++ b/ui/views/controls/webview/webview.cc |
@@ -280,6 +280,7 @@ void WebView::RenderViewHostChanged(content::RenderViewHost* old_host, |
if (focus_manager && focus_manager->GetFocusedView() == this) |
OnFocus(); |
NotifyMaybeTextInputClientChanged(); |
+ NotifyAccessibilityEvent(ui::AX_EVENT_LAYOUT_COMPLETE, true); |
dmazzoni
2015/01/27 21:53:45
What do you think about AX_EVENT_CHILDREN_CHANGED?
David Tseng
2015/01/27 22:04:50
Done.
|
} |
void WebView::DidShowFullscreenWidget(int routing_id) { |