Index: ui/views/controls/webview/webview.h |
diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h |
index af64b7259743baec71e94e7ad06b4784d551c015..f97449b8b8c96f05a7f358f4b4c44056ca3b2a9a 100644 |
--- a/ui/views/controls/webview/webview.h |
+++ b/ui/views/controls/webview/webview.h |
@@ -149,7 +149,7 @@ class WEBVIEW_EXPORT WebView : public View, |
void AttachWebContents(); |
void DetachWebContents(); |
void ReattachForFullscreenChange(bool enter_fullscreen); |
- void NotifyMaybeTextInputClientChanged(); |
+ void NotifyMaybeTextInputClientAndAccessibilityChanged(); |
// Create a regular or test web contents (based on whether we're running |
// in a unit test or not). |