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

Unified Diff: ui/events/blink/blink_event_util.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months 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
« no previous file with comments | « ui/events/base_event_utils.cc ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/blink_event_util.h
diff --git a/ui/events/blink/blink_event_util.h b/ui/events/blink/blink_event_util.h
index d32b878b0de82d6f2e972db49ad18d72c0662574..c020f111cad31472d23051f8018d07065f799e41 100644
--- a/ui/events/blink/blink_event_util.h
+++ b/ui/events/blink/blink_event_util.h
@@ -34,7 +34,7 @@ blink::WebTouchEvent CreateWebTouchEventFromMotionEvent(
bool may_cause_scrolling);
blink::WebGestureEvent CreateWebGestureEvent(const GestureEventDetails& details,
- base::TimeDelta timestamp,
+ base::TimeTicks timestamp,
const gfx::PointF& location,
const gfx::PointF& raw_location,
int flags);
« no previous file with comments | « ui/events/base_event_utils.cc ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698