Index: third_party/WebKit/public/web/WebInputEvent.h |
diff --git a/third_party/WebKit/public/web/WebInputEvent.h b/third_party/WebKit/public/web/WebInputEvent.h |
index 4751e08863381544dd07f54ae56448178a42f948..7f3273e1871a3b9c5568f2a133bff1e63dd65909 100644 |
--- a/third_party/WebKit/public/web/WebInputEvent.h |
+++ b/third_party/WebKit/public/web/WebInputEvent.h |
@@ -540,6 +540,7 @@ public: |
, y(0) |
, globalX(0) |
, globalY(0) |
+ , sourceDevice(WebGestureDeviceUninitialized) |
, resendingPluginId(-1) |
{ |
memset(&data, 0, sizeof(data)); |