| Index: sky/engine/core/events/PointerEvent.cpp
|
| diff --git a/sky/engine/core/events/PointerEvent.cpp b/sky/engine/core/events/PointerEvent.cpp
|
| index a1c3e160b8481e930d5c698897b976f4f669aada..5c5e18da18bd10dda5909efd482aae90b90a894b 100644
|
| --- a/sky/engine/core/events/PointerEvent.cpp
|
| +++ b/sky/engine/core/events/PointerEvent.cpp
|
| @@ -74,6 +74,7 @@ PointerEvent::PointerEvent(const WebPointerEvent& event)
|
| , m_orientation(event.orientation)
|
| , m_tilt(event.tilt)
|
| {
|
| + m_timeStamp = event.timeStampMS;
|
| }
|
|
|
| PointerEvent::PointerEvent(const AtomicString& type, const PointerEventInit& initializer)
|
|
|