| Index: third_party/WebKit/public/platform/WebGestureEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| index 4cefc3414fbff56fd901ad0531a5c6027fcf9ee3..470519363506d64ee253020b5905566deeafc098 100644
|
| --- a/third_party/WebKit/public/platform/WebGestureEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebGestureEvent.h
|
| @@ -38,6 +38,9 @@ class WebGestureEvent : public WebInputEvent {
|
| int global_y;
|
| WebGestureDevice source_device;
|
|
|
| + // The pointer type for the first touch point in the gesture.
|
| + WebPointerProperties::PointerType primary_pointer_type;
|
| +
|
| // If the WebGestureEvent has sourceDevice=WebGestureDeviceTouchscreen, this
|
| // field contains the unique identifier for the touch event that released
|
| // this event at TouchDispositionGestureFilter. If the WebGestureEvents was
|
|
|