Chromium Code Reviews| Index: sky/engine/public/platform/WebInputEvent.h |
| diff --git a/sky/engine/public/platform/WebInputEvent.h b/sky/engine/public/platform/WebInputEvent.h |
| index c1e66cb276dc9db38193ab8ac0d3f77aea3f47e7..b63becb1ef8b27bf9f1afec0e741a19257ef01a8 100644 |
| --- a/sky/engine/public/platform/WebInputEvent.h |
| +++ b/sky/engine/public/platform/WebInputEvent.h |
| @@ -268,6 +268,7 @@ public: |
| class WebGestureEvent : public WebInputEvent { |
| public: |
| + int primaryPointer = 0; |
| float x = 0; |
| float y = 0; |