Chromium Code Reviews| Index: public/web/WebInputEvent.h |
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h |
| index 9f4722a2053b6261cdfb42e59823436c0ac1dd5e..0172a116c222c2f8a720d3342bb3f3bd82836f68 100644 |
| --- a/public/web/WebInputEvent.h |
| +++ b/public/web/WebInputEvent.h |
| @@ -456,6 +456,9 @@ public: |
| float deltaY; |
| float velocityX; |
| float velocityY; |
| + // See comment at the top of the file for why an int is used here |
| + // instead of a bool. |
| + int preventPropagation; |
| } scrollUpdate; |
| struct { |