web_view_ => content_view_
This commit is contained in:
parent
97e8800677
commit
13473ee138
3 changed files with 15 additions and 14 deletions
|
@ -38,7 +38,7 @@ void CommonWebContentsDelegate::ShowAutofillPopup(
|
|||
|
||||
auto* window = static_cast<NativeWindowViews*>(owner_window());
|
||||
autofill_popup_->CreateView(
|
||||
frame_host, offscreen, window->web_view(), bounds);
|
||||
frame_host, offscreen, window->content_view(), bounds);
|
||||
autofill_popup_->SetItems(values, labels);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue