Index: ui/events/blink/event_with_callback.cc |
diff --git a/ui/events/blink/event_with_callback.cc b/ui/events/blink/event_with_callback.cc |
index e2c90a200c9438da5b17a3f46cc5cf8c4496c9c1..404c6ae57c9a17c63ddf5dd7513a5afca8f45fc4 100644 |
--- a/ui/events/blink/event_with_callback.cc |
+++ b/ui/events/blink/event_with_callback.cc |
@@ -56,7 +56,7 @@ void EventWithCallback::CoalesceWith(EventWithCallback* other, |
// should always be preserved. |
const double time_stamp_seconds = other->event().timeStampSeconds; |
Coalesce(other->event(), event_.get()); |
- event_->timeStampSeconds = time_stamp_seconds; |
+ event_->setTimeStampSeconds(time_stamp_seconds); |
// When coalescing two input events, we keep the oldest LatencyInfo |
// since it will represent the longest latency. |