mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923)
This commit is contained in:
committed by
Jeremy Apthorp
parent
104088b86b
commit
eb2d2264d0
@@ -105,8 +105,6 @@ content::WebContents* WebViewGuestDelegate::CreateNewGuestWindow(
|
||||
// Code below mirrors what content::WebContentsImpl::CreateNewWindow
|
||||
// does for non-guest sources
|
||||
content::WebContents::CreateParams guest_params(create_params);
|
||||
guest_params.initial_size =
|
||||
embedder_web_contents_->GetContainerBounds().size();
|
||||
guest_params.context = embedder_web_contents_->GetNativeView();
|
||||
std::unique_ptr<content::WebContents> guest_contents =
|
||||
content::WebContents::Create(guest_params);
|
||||
|
||||
Reference in New Issue
Block a user