Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebInputEvent.h |
| diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h |
| index d0d50a1897e051e3e55f3cce9f71a34508da9b8b..2bb12f68763188b9ba914dc91df9d5f6b9bd676b 100644 |
| --- a/third_party/WebKit/public/platform/WebInputEvent.h |
| +++ b/third_party/WebKit/public/platform/WebInputEvent.h |
| @@ -579,6 +579,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 could be followed by a fling. |
| + bool flingMightHappenNext; |
|
tdresser
2016/11/14 16:02:29
mayPrecedeFling? Or use flingMightHappenNext throu
sahel
2016/11/18 16:13:58
Done.
|
| } scrollEnd; |
| struct { |