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

Unified Diff: ui/views/widget/desktop_aura/x11_move_loop_delegate.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
Index: ui/views/widget/desktop_aura/x11_move_loop_delegate.h
diff --git a/ui/views/widget/desktop_aura/x11_move_loop_delegate.h b/ui/views/widget/desktop_aura/x11_move_loop_delegate.h
index ecc2396921c94ea7a8808aacedafd438f060d2fa..f01d26bbcc9bfa456e5624747dde15bc2b1fa237 100644
--- a/ui/views/widget/desktop_aura/x11_move_loop_delegate.h
+++ b/ui/views/widget/desktop_aura/x11_move_loop_delegate.h
@@ -13,7 +13,7 @@ class X11MoveLoopDelegate {
// Called when we receive a mouse move event.
virtual void OnMouseMovement(const gfx::Point& screen_point,
int flags,
- base::TimeDelta event_time) = 0;
+ base::TimeTicks event_time) = 0;
// Called when the mouse button is released.
virtual void OnMouseReleased() = 0;
« no previous file with comments | « ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc ('k') | ui/views/widget/root_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698