Index: ui/views/controls/webview/webview.h |
diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h |
index 8cdd29f7d950795769eaec7a4b8cc92d94c10b66..b64af3d58de311eadb1b792b5af145bea662b2b8 100644 |
--- a/ui/views/controls/webview/webview.h |
+++ b/ui/views/controls/webview/webview.h |
@@ -121,6 +121,9 @@ class WEBVIEW_EXPORT WebView : public View, |
void RenderProcessHostDestroyed(content::RenderProcessHost* host) override; |
// Overridden from content::WebContentsDelegate: |
+ void HandleKeyboardEvent( |
+ content::WebContents* source, |
+ const content::NativeWebKeyboardEvent& event) override; |
bool EmbedsFullscreenWidget() const override; |
// Overridden from content::WebContentsObserver: |