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:
commit
059d97e1aa
7 changed files with 47 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue