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

Unified Diff: third_party/WebKit/Source/core/events/UIEventWithKeyState.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/UIEventWithKeyState.cpp
diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
index 9ed546e003b93af22a56ef2644245e90b6679c07..3d972291bdfca181de32ebc64639a21b16032ff1 100644
--- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
+++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
@@ -29,7 +29,7 @@ UIEventWithKeyState::UIEventWithKeyState(
AbstractView* view,
int detail,
PlatformEvent::Modifiers modifiers,
- double platformTimeStamp,
+ TimeTicks platformTimeStamp,
InputDeviceCapabilities* sourceCapabilities)
: UIEvent(type,
canBubble,

Powered by Google App Engine
This is Rietveld 408576698