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 a53529e09781e55f9d843054540b5ae754cc1e2e..e6eea462ff9f129436496e8a1542b3d960fc5f74 100644 |
--- a/third_party/WebKit/public/platform/WebInputEvent.h |
+++ b/third_party/WebKit/public/platform/WebInputEvent.h |
@@ -555,6 +555,9 @@ public: |
// True if this event was synthesized in order to force a hit test; avoiding scroll |
// latching behavior until crbug.com/526463 is fully implemented. |
bool synthetic; |
+ |
+ // number of pointers down. |
+ int pointerCount; |
} scrollBegin; |
struct { |