| Index: content/common/input/event_with_latency_info.cc
|
| diff --git a/content/common/input/event_with_latency_info.cc b/content/common/input/event_with_latency_info.cc
|
| index e43de0d7fc3803644753ceb6b4a3ceee686e0b27..79084e5aa128bc67706f566581f503bb56748337 100644
|
| --- a/content/common/input/event_with_latency_info.cc
|
| +++ b/content/common/input/event_with_latency_info.cc
|
| @@ -28,7 +28,7 @@ void ScopedWebInputEventWithLatencyInfo::CoalesceWith(
|
|
|
| // New events get coalesced into older events, and the newer timestamp
|
| // should always be preserved.
|
| - const double time_stamp_seconds = other.event().timeStampSeconds;
|
| + const double time_stamp_seconds = other.event().timeStampSeconds();
|
| ui::Coalesce(other.event(), event_.get());
|
| event_->setTimeStampSeconds(time_stamp_seconds);
|
|
|
|
|