Index: content/browser/renderer_host/input/synthetic_mouse_driver.cc |
diff --git a/content/browser/renderer_host/input/synthetic_mouse_driver.cc b/content/browser/renderer_host/input/synthetic_mouse_driver.cc |
index 9daaae152c2021eb6474fec7d2e340dde322f251..4db6f2deaf3639571e59d6217f89616b6047b38f 100644 |
--- a/content/browser/renderer_host/input/synthetic_mouse_driver.cc |
+++ b/content/browser/renderer_host/input/synthetic_mouse_driver.cc |
@@ -14,7 +14,7 @@ SyntheticMouseDriver::~SyntheticMouseDriver() {} |
void SyntheticMouseDriver::DispatchEvent(SyntheticGestureTarget* target, |
const base::TimeTicks& timestamp) { |
- mouse_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp); |
+ mouse_event_.setTimeStampSeconds(ConvertTimestampToSeconds(timestamp)); |
target->DispatchInputEventToPlatform(mouse_event_); |
} |