mac: Add win.setParentWindow(parent) API
This commit is contained in:
parent
e4d30ccfc3
commit
fd42e3dc84
7 changed files with 22 additions and 0 deletions
|
@ -158,6 +158,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual void SetFocusable(bool focusable);
|
||||
virtual void SetMenu(ui::MenuModel* menu);
|
||||
virtual bool HasModalDialog();
|
||||
virtual void SetParentWindow(NativeWindow* parent) = 0;
|
||||
virtual gfx::NativeWindow GetNativeWindow() = 0;
|
||||
virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue