web_view_ => content_view_

This commit is contained in:
Cheng Zhao 2018-04-08 19:32:10 +09:00
parent 97e8800677
commit 13473ee138
3 changed files with 15 additions and 14 deletions

View file

@ -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);
}