fix: offscreen mode under window.open
creation (#48026)
fix: offscreen mode under `window.open` creation (#47868) fix: offscreen mode under new window creation Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
e3f358a45a
commit
bc56c6987f
11 changed files with 133 additions and 19 deletions
|
@ -510,6 +510,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