Merge pull request #4181 from bengotow/scroll-touch-events

Extend NativeWindow to track touch-based scroll events on OS X
This commit is contained in:
Cheng Zhao 2016-01-25 14:47:54 +08:00
commit 059d97e1aa
7 changed files with 47 additions and 0 deletions

View file

@ -126,6 +126,7 @@ class NativeWindowMac : public NativeWindow {
base::scoped_nsobject<AtomNSWindow> window_;
base::scoped_nsobject<AtomNSWindowDelegate> window_delegate_;
base::scoped_nsobject<id> event_monitor_;
// The view that will fill the whole frameless window.
base::scoped_nsobject<FullSizeContentView> content_view_;