use AtomEventProcessingWindow as native window.

This commit is contained in:
Cheng Zhao 2013-04-12 15:53:29 +08:00
parent 3391370857
commit af94c434ac
4 changed files with 43 additions and 6 deletions

View file

@ -44,8 +44,6 @@ class NativeWindowMac : public NativeWindow {
virtual void SetKiosk(bool kiosk) OVERRIDE;
virtual bool IsKiosk() OVERRIDE;
void set_is_fullscreen(bool fullscreen) { is_fullscreen_ = fullscreen; }
NSWindow* window() const { return window_; }
protected: