summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r--webkit/glue/webview_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index 4c6572d..debc82b 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -257,6 +257,11 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
// Returns true if the autocomple has consumed the event.
bool AutocompleteHandleKeyEvent(const WebKeyboardEvent& event);
+ // Repaints the autofill popup. Should be called when the suggestions have
+ // changed. Note that this should only be called when the autofill popup is
+ // showing.
+ void RefreshAutofillPopup();
+
// Returns true if the view was scrolled.
bool ScrollViewWithKeyboard(int key_code);