| 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 53ca6a160bca6f32f40af13023ef2e97fc2cefa4..2439b49127b8ca9db2ce8ebdeada8a9c2d424128 100644
|
| --- a/third_party/WebKit/public/web/WebInputEvent.h
|
| +++ b/third_party/WebKit/public/web/WebInputEvent.h
|
| @@ -546,6 +546,7 @@ public:
|
| , y(0)
|
| , globalX(0)
|
| , globalY(0)
|
| + , sourceDevice(WebGestureDeviceUninitialized)
|
| , resendingPluginId(-1)
|
| {
|
| memset(&data, 0, sizeof(data));
|
|
|