mac: Pass the view to install
This commit is contained in:
parent
498f5d65fd
commit
5a4c2fb61d
3 changed files with 4 additions and 5 deletions
|
@ -140,7 +140,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
void InternalSetParentWindow(NativeWindow* parent, bool attach);
|
||||
void ShowWindowButton(NSWindowButton button);
|
||||
|
||||
void InstallView();
|
||||
void InstallView(NSView* view);
|
||||
|
||||
base::scoped_nsobject<AtomNSWindow> window_;
|
||||
base::scoped_nsobject<AtomNSWindowDelegate> window_delegate_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue