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

Unified Diff: content/browser/media/capture/cursor_renderer_aura.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, 7 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: content/browser/media/capture/cursor_renderer_aura.h
diff --git a/content/browser/media/capture/cursor_renderer_aura.h b/content/browser/media/capture/cursor_renderer_aura.h
index eaa1790d471f0e7e3fb2ef9c450b2c5b1defd185..947ad9fde7493493d99b7eb78a1fa861357ecbbb 100644
--- a/content/browser/media/capture/cursor_renderer_aura.h
+++ b/content/browser/media/capture/cursor_renderer_aura.h
@@ -67,7 +67,7 @@ class CONTENT_EXPORT CursorRendererAura : public CursorRenderer,
// Updated in mouse event listener and used to make a decision on
// when the cursor is rendered.
- base::TimeDelta last_mouse_movement_timestamp_;
+ base::TimeTicks last_mouse_movement_timestamp_;
float last_mouse_position_x_;
float last_mouse_position_y_;
bool cursor_displayed_;

Powered by Google App Engine
This is Rietveld 408576698