mac: Pass the view to install

This commit is contained in:
Cheng Zhao 2018-03-06 15:06:58 +09:00
parent 498f5d65fd
commit 5a4c2fb61d
3 changed files with 4 additions and 5 deletions

View file

@ -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_);