Add BrowserWindow.focusOnWebView and blurWebView.

This commit is contained in:
Cheng Zhao 2013-05-24 17:51:15 +08:00
parent f3a8a0741c
commit edf2e84895
7 changed files with 50 additions and 3 deletions

View file

@ -54,6 +54,8 @@ class NativeWindowMac : public NativeWindow {
NSWindow*& window() { return window_; }
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }
protected:
void SetNonLionFullscreen(bool fullscreen);