| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 6945f4ce63aaace89dd1b63b538312ac1c13e04e..b5d0a8bc6052b1f56fabe2537e52a02a86eb92b8 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -469,6 +469,9 @@ public:
|
| // May be redundant with deltaX/deltaY in the first scrollUpdate.
|
| float deltaXHint;
|
| float deltaYHint;
|
| + // If true, this event will skip hit testing to find a scroll
|
| + // target and instead just scroll the viewport.
|
| + bool targetViewport;
|
| } scrollBegin;
|
|
|
| struct {
|
| @@ -489,6 +492,9 @@ public:
|
| struct {
|
| float velocityX;
|
| float velocityY;
|
| + // If true, this event will skip hit testing to find a scroll
|
| + // target and instead just scroll the viewport.
|
| + bool targetViewport;
|
| } flingStart;
|
|
|
| struct {
|
|
|