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

Unified Diff: third_party/WebKit/Source/core/events/MouseRelatedEvent.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/MouseRelatedEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp b/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
index 98be463e468cc55712983bb4bdf654b441cd6051..fef880252639c6acef8fd70f13cf9afd78f38da9 100644
--- a/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
+++ b/third_party/WebKit/Source/core/events/MouseRelatedEvent.cpp
@@ -60,7 +60,7 @@ MouseRelatedEvent::MouseRelatedEvent(
const IntPoint& rootFrameLocation,
const IntPoint& movementDelta,
PlatformEvent::Modifiers modifiers,
- double platformTimeStamp,
+ TimeTicks platformTimeStamp,
PositionType positionType,
InputDeviceCapabilities* sourceCapabilities)
: UIEventWithKeyState(eventType,

Powered by Google App Engine
This is Rietveld 408576698