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 82dcbdd8a413df55d939127dc47de124f90d9822..3db8674a7c8eb66f5c8461102b49c165566e727e 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_); |
} |