mac: Add win.setParentWindow(parent) API
This commit is contained in:
parent
e4d30ccfc3
commit
fd42e3dc84
7 changed files with 22 additions and 0 deletions
|
@ -772,6 +772,9 @@ void NativeWindowViews::SetMenu(ui::MenuModel* menu_model) {
|
|||
Layout();
|
||||
}
|
||||
|
||||
void NativeWindowViews::SetParentWindow(NativeWindow* parent) {
|
||||
}
|
||||
|
||||
gfx::NativeWindow NativeWindowViews::GetNativeWindow() {
|
||||
return window_->GetNativeWindow();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue