fix: offscreen mode under window.open
creation (#48070)
fix: offscreen mode under window.open creation
This commit is contained in:
parent
a11d4eb03c
commit
beee3737a9
11 changed files with 124 additions and 18 deletions
|
@ -508,6 +508,8 @@ class WebContents final : public ExclusiveAccessContext,
|
|||
int opener_render_frame_id,
|
||||
const content::mojom::CreateNewWindowParams& params,
|
||||
content::WebContents* new_contents) override;
|
||||
void MaybeOverrideCreateParamsForNewWindow(
|
||||
content::WebContents::CreateParams* create_params) override;
|
||||
content::WebContents* AddNewContents(
|
||||
content::WebContents* source,
|
||||
std::unique_ptr<content::WebContents> new_contents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue