Fix autofill popup position when the popup is spawned from a webview (#13184)
This commit is contained in:
parent
fe94bf7c1d
commit
90911a423a
5 changed files with 35 additions and 9 deletions
|
@ -92,8 +92,9 @@ class CommonWebContentsDelegate
|
|||
|
||||
// Autofill related events.
|
||||
#if defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
|
||||
void ShowAutofillPopup(bool offscreen,
|
||||
content::RenderFrameHost* frame_host,
|
||||
void ShowAutofillPopup(content::RenderFrameHost* frame_host,
|
||||
content::RenderFrameHost* embedder_frame_host,
|
||||
bool offscreen,
|
||||
const gfx::RectF& bounds,
|
||||
const std::vector<base::string16>& values,
|
||||
const std::vector<base::string16>& labels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue