Don't store WebContents in NativeWindow
This commit is contained in:
parent
9000bd6679
commit
78468098c5
5 changed files with 4 additions and 15 deletions
|
@ -34,7 +34,6 @@ NativeWindow::NativeWindow(
|
|||
is_modal_(false),
|
||||
is_osr_dummy_(false),
|
||||
browser_view_(nullptr),
|
||||
inspectable_web_contents_(inspectable_web_contents),
|
||||
weak_factory_(this) {
|
||||
options.Get(options::kFrame, &has_frame_);
|
||||
options.Get(options::kTransparent, &transparent_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue