| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 8f344812ca9ceb4dc71f7d9353a332860b0d396d..7d48c11c8445bd0a7bf2130a40a091f4bfa122b9 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -32,6 +32,7 @@
|
| #define WebInputEvent_h
|
|
|
| #include "../platform/WebCommon.h"
|
| +#include "../platform/WebGestureDevice.h"
|
| #include "../platform/WebRect.h"
|
| #include "WebTouchPoint.h"
|
|
|
| @@ -417,7 +418,9 @@ public:
|
| int y;
|
| int globalX;
|
| int globalY;
|
| - SourceDevice sourceDevice;
|
| + // TODO(rjkroege): Restore typing once chromium side lands
|
| + // (http://crbug.com/343327)
|
| + int sourceDevice;
|
|
|
| union {
|
| // Tap information must be set for GestureTap, GestureTapUnconfirmed,
|
|
|