Add BrowserWindow.focusOnWebView and blurWebView.
This commit is contained in:
parent
f3a8a0741c
commit
edf2e84895
7 changed files with 50 additions and 3 deletions
|
@ -54,6 +54,8 @@ class NativeWindowMac : public NativeWindow {
|
|||
|
||||
NSWindow*& window() { return window_; }
|
||||
|
||||
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }
|
||||
|
||||
protected:
|
||||
void SetNonLionFullscreen(bool fullscreen);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue