| 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 a78f94abd781fca7204809620e87384cfa9170cd..19019cf50accafcdabe62adfdf6de9f15ade63d1 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_;
|
|
|