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

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

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.h
diff --git a/third_party/WebKit/Source/core/events/MouseRelatedEvent.h b/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
index 1ff27bcd4660d91c50b08706b9d0ea9753764ef5..16e0c4f18ae0abb208637d22e1e69cee352baa1f 100644
--- a/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
+++ b/third_party/WebKit/Source/core/events/MouseRelatedEvent.h
@@ -108,7 +108,7 @@ class CORE_EXPORT MouseRelatedEvent : public UIEventWithKeyState {
const IntPoint& rootFrameLocation,
const IntPoint& movementDelta,
PlatformEvent::Modifiers,
- double platformTimeStamp,
+ TimeTicks platformTimeStamp,
PositionType,
InputDeviceCapabilities* sourceCapabilities = nullptr);

Powered by Google App Engine
This is Rietveld 408576698