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

@ -217,6 +217,8 @@ class NativeWindow : public base::SupportsUserData,
void NotifyWindowMove();
void NotifyWindowResize();
void NotifyWindowMoved();
void NotifyWindowScrollTouchBegin();
void NotifyWindowScrollTouchEnd();
void NotifyWindowEnterFullScreen();
void NotifyWindowLeaveFullScreen();
void NotifyWindowEnterHtmlFullScreen();