Index: third_party/WebKit/Source/core/events/Event.h |
diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h |
index affe81af50c1a684f4218de65f692f0c44158537..3162f6a4b7592b5eb4d98970f80a1842d0aced1a 100644 |
--- a/third_party/WebKit/Source/core/events/Event.h |
+++ b/third_party/WebKit/Source/core/events/Event.h |
@@ -258,7 +258,9 @@ class CORE_EXPORT Event : public GarbageCollectedFinalized<Event>, |
bool can_bubble, |
bool cancelable, |
ComposedMode = ComposedMode::kScoped); |
- Event(const AtomicString& type, const EventInit&); |
+ Event(const AtomicString& type, |
+ const EventInit&, |
+ TimeTicks platform_time_stamp = TimeTicks::Now()); |
dtapuska
2017/04/21 20:18:10
We should follow the Google C++ coding guide here
Navid Zolghadr
2017/04/24 15:19:41
Done.
|
virtual void ReceivedTarget(); |