| Index: third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.cpp b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| index 66ae9a1df94739af41e1f7ace1819369eb466f30..624ae416e921784288bd5cc9249cdb73e1c8f9e7 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| @@ -345,6 +345,8 @@ PlatformGestureEventBuilder::PlatformGestureEventBuilder(Widget* widget, const W
|
| case WebGestureDeviceUninitialized:
|
| NOTREACHED();
|
| }
|
| +
|
| + m_uniqueTouchEventId = e.uniqueTouchEventId;
|
| }
|
|
|
| // MakePlatformKeyboardEvent --------------------------------------------------
|
| @@ -492,6 +494,7 @@ PlatformTouchEventBuilder::PlatformTouchEventBuilder(Widget* widget, const WebTo
|
| m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touches[i]));
|
|
|
| m_dispatchType = toPlatformDispatchType(event.dispatchType);
|
| + m_uniqueTouchEventId = event.uniqueTouchEventId;
|
| }
|
|
|
| static FloatPoint convertAbsoluteLocationForLayoutObjectFloat(const LayoutPoint& location, const LayoutItem layoutItem)
|
|
|