mac: Pass the view to install
This commit is contained in:
parent
498f5d65fd
commit
5a4c2fb61d
3 changed files with 4 additions and 5 deletions
|
@ -57,8 +57,8 @@ NativeWindow::NativeWindow(
|
|||
parent_(parent),
|
||||
is_modal_(false),
|
||||
is_osr_dummy_(false),
|
||||
inspectable_web_contents_(inspectable_web_contents),
|
||||
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