Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: third_party/WebKit/Source/core/events/MouseEvent.h

Issue 2834183002: Add time stamp to the constructor of the events (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/events/MouseEvent.h
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h
index 562c5629a34221fa87813283a764ac15ed62ba72..ffbe045028836d1b0190334c310042ba92b84281 100644
--- a/third_party/WebKit/Source/core/events/MouseEvent.h
+++ b/third_party/WebKit/Source/core/events/MouseEvent.h
@@ -210,7 +210,9 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState {
SyntheticEventType,
const String& region);
- MouseEvent(const AtomicString& type, const MouseEventInit&);
+ MouseEvent(const AtomicString& type,
+ const MouseEventInit&,
+ TimeTicks platform_time_stamp = TimeTicks::Now());
MouseEvent();

Powered by Google App Engine
This is Rietveld 408576698