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

Unified Diff: remoting/host/mouse_shape_pump.h

Issue 2837863004: Use base::OneShotTimer instead of base::Timer(false, false)
Patch Set: rebase Created 3 years, 8 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 | « remoting/host/backoff_timer.cc ('k') | remoting/host/mouse_shape_pump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/mouse_shape_pump.h
diff --git a/remoting/host/mouse_shape_pump.h b/remoting/host/mouse_shape_pump.h
index f5a499a9bac1f509cb28bd46f3b9f421a8312dbc..bc01497252a1bdfadaa2575f5d6065ca1f6a9e6e 100644
--- a/remoting/host/mouse_shape_pump.h
+++ b/remoting/host/mouse_shape_pump.h
@@ -39,7 +39,7 @@ class MouseShapePump : public webrtc::MouseCursorMonitor::Callback {
std::unique_ptr<webrtc::MouseCursorMonitor> mouse_cursor_monitor_;
protocol::CursorShapeStub* cursor_shape_stub_;
- base::Timer capture_timer_;
+ base::RepeatingTimer capture_timer_;
DISALLOW_COPY_AND_ASSIGN(MouseShapePump);
};
« no previous file with comments | « remoting/host/backoff_timer.cc ('k') | remoting/host/mouse_shape_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698