Chromium Code Reviews| Index: public/web/WebInputEvent.h |
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h |
| index c9e73c03e601bcf2e32b372c05ea2c2ca29eea13..845454f8d36e4c8d11bd6776efd523ba2bc061c5 100644 |
| --- a/public/web/WebInputEvent.h |
| +++ b/public/web/WebInputEvent.h |
| @@ -467,6 +467,7 @@ public: |
| // the entirety of the generative motion. |
| bool previousUpdateInSequencePrevented; |
| bool preventPropagation; |
| + bool inertial; |
| } scrollUpdate; |
| struct { |