| Index: webkit/glue/webview_impl.h
|
| ===================================================================
|
| --- webkit/glue/webview_impl.h (revision 11686)
|
| +++ webkit/glue/webview_impl.h (working copy)
|
| @@ -251,6 +251,11 @@
|
| // 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);
|
|
|
|
|