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

Unified Diff: third_party/WebKit/Source/core/events/GestureEvent.cpp

Issue 2542693002: Use WTF::TimeTicks to represent timestamp in Platform/Core event types (Closed)
Patch Set: Add TimeTicks::{To,In}Seconds utility functions Created 4 years 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/GestureEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/GestureEvent.cpp b/third_party/WebKit/Source/core/events/GestureEvent.cpp
index 2aa7fc8c6a308ab1d4ad6b8de8b5fb5424e29242..5aaa9e093d1e704db35ff10d4f2828a73e8bd22f 100644
--- a/third_party/WebKit/Source/core/events/GestureEvent.cpp
+++ b/third_party/WebKit/Source/core/events/GestureEvent.cpp
@@ -136,7 +136,7 @@ GestureEvent::GestureEvent(const AtomicString& type,
ScrollInertialPhase inertialPhase,
bool synthetic,
ScrollGranularity deltaUnits,
- double platformTimeStamp,
+ TimeTicks platformTimeStamp,
int resendingPluginId,
GestureSource source)
: MouseRelatedEvent(type,

Powered by Google App Engine
This is Rietveld 408576698