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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactory.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/PointerEventFactory.h
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
index b6ffa2dd437c77f79d9cec7292e4ba359d4aad43..d59480323b55e866eed47cf461273e10986e6962 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -35,8 +35,9 @@ class CORE_EXPORT PointerEventFactory {
LocalDOMWindow*);
PointerEvent* Create(const WebTouchPoint&,
- const Vector<WebTouchPoint>&,
+ const Vector<std::pair<WebTouchPoint, TimeTicks>>&,
WebInputEvent::Modifiers,
+ TimeTicks event_platform_time_stamp,
LocalFrame*,
DOMWindow*);

Powered by Google App Engine
This is Rietveld 408576698