Index: third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
index 3fa0e71caa612d3299cf7f80e121b0b9e072e0bd..e1fe002e1a2829247887e4397e79b058b4282e10 100644 |
--- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
+++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
@@ -75,7 +75,8 @@ class CORE_EXPORT UIEventWithKeyState : public UIEvent { |
TimeTicks platform_time_stamp, |
InputDeviceCapabilities* source_capabilities = nullptr); |
UIEventWithKeyState(const AtomicString& type, |
- const EventModifierInit& initializer); |
+ const EventModifierInit& initializer, |
+ TimeTicks platform_time_stamp = TimeTicks::Now()); |
void InitModifiers(bool ctrl_key, |
bool alt_key, |
bool shift_key, |