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

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

Issue 2542693002: Use WTF::TimeTicks to represent timestamp in Platform/Core event types (Closed)
Patch Set: Minor fixes and revert change in histogram 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/CompositionEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/CompositionEvent.cpp b/third_party/WebKit/Source/core/events/CompositionEvent.cpp
index 3971265b5d0a7bbfb14019f8a1b92cf43acbadca..3cf803375a01c0c7fb9524d1f0a36cfc6a13e878 100644
--- a/third_party/WebKit/Source/core/events/CompositionEvent.cpp
+++ b/third_party/WebKit/Source/core/events/CompositionEvent.cpp
@@ -38,7 +38,7 @@ CompositionEvent::CompositionEvent(const AtomicString& type,
true,
true,
ComposedMode::Composed,
- WTF::monotonicallyIncreasingTime(),
+ TimeTicks::Now(),
view,
0,
InputDeviceCapabilities::doesntFireTouchEventsSourceCapabilities()),

Powered by Google App Engine
This is Rietveld 408576698