mac: Add win.beginSheet(sheet)/endSheet(sheet) API
This commit is contained in:
parent
2c5f4aadfb
commit
f2cbd7cb36
6 changed files with 38 additions and 0 deletions
|
@ -292,6 +292,12 @@ bool NativeWindow::HasModalDialog() {
|
|||
return has_dialog_attached_;
|
||||
}
|
||||
|
||||
void NativeWindow::BeginSheet(NativeWindow* sheet) {
|
||||
}
|
||||
|
||||
void NativeWindow::EndSheet(NativeWindow* sheet) {
|
||||
}
|
||||
|
||||
void NativeWindow::FocusOnWebView() {
|
||||
web_contents()->GetRenderViewHost()->GetWidget()->Focus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue