| Index: third_party/WebKit/public/platform/WebGestureEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| index 791562f026cef28315ce63a0f281d94c03992b14..a2ae4516b75f3f529e8b374c58ae599d7fc4da82 100644
|
| --- a/third_party/WebKit/public/platform/WebGestureEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| @@ -132,6 +132,8 @@ class WebGestureEvent : public WebInputEvent {
|
| // GSB will generate a hit test so latching behavior is avoided
|
| // until crbug.com/526463 is fully implemented.
|
| bool synthetic;
|
| + // True if this event will be followed by a fling.
|
| + bool precedesFling;
|
| } scrollEnd;
|
|
|
| struct {
|
|
|