| Index: webkit/glue/webview_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webview_impl.cc (revision 10330)
|
| +++ webkit/glue/webview_impl.cc (working copy)
|
| @@ -1586,7 +1586,7 @@
|
| web_widget, webkit_glue::FromIntRect(new_bounds));
|
| }
|
| } else {
|
| - autocomplete_popup_->show(focused_node->getRect(),
|
| + autocomplete_popup_->show(focused_node->getRect(),
|
| page_->mainFrame()->view(), 0);
|
| autocomplete_popup_showing_ = true;
|
| }
|
| @@ -1689,6 +1689,10 @@
|
| }
|
| }
|
|
|
| +void WebViewImpl::HideAutofillPopup() {
|
| + HideAutoCompletePopup();
|
| +}
|
| +
|
| Node* WebViewImpl::GetFocusedNode() {
|
| Frame* frame = page_->focusController()->focusedFrame();
|
| if (!frame)
|
|
|