| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 7d48c11c8445bd0a7bf2130a40a091f4bfa122b9..58c4a0bb39e1d8230b7d4ec08ad94a54f7d0dde5 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -409,18 +409,11 @@ public:
|
|
|
| class WebGestureEvent : public WebInputEvent {
|
| public:
|
| - enum SourceDevice {
|
| - Touchpad,
|
| - Touchscreen,
|
| - };
|
| -
|
| int x;
|
| int y;
|
| int globalX;
|
| int globalY;
|
| - // TODO(rjkroege): Restore typing once chromium side lands
|
| - // (http://crbug.com/343327)
|
| - int sourceDevice;
|
| + WebGestureDevice sourceDevice;
|
|
|
| union {
|
| // Tap information must be set for GestureTap, GestureTapUnconfirmed,
|
|
|