Index: content/browser/renderer_host/input/synthetic_touch_driver.cc |
diff --git a/content/browser/renderer_host/input/synthetic_touch_driver.cc b/content/browser/renderer_host/input/synthetic_touch_driver.cc |
index 519390d212c289bd0522587ca547c2ef6d137b24..41ac6a05db4fdc2da3b9e242d39b33e41ffc4160 100644 |
--- a/content/browser/renderer_host/input/synthetic_touch_driver.cc |
+++ b/content/browser/renderer_host/input/synthetic_touch_driver.cc |
@@ -19,7 +19,7 @@ SyntheticTouchDriver::~SyntheticTouchDriver() {} |
void SyntheticTouchDriver::DispatchEvent(SyntheticGestureTarget* target, |
const base::TimeTicks& timestamp) { |
- touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp); |
+ touch_event_.setTimeStampSeconds(ConvertTimestampToSeconds(timestamp)); |
target->DispatchInputEventToPlatform(touch_event_); |
} |