| Index: remoting/host/mouse_shape_pump.cc
|
| diff --git a/remoting/host/mouse_shape_pump.cc b/remoting/host/mouse_shape_pump.cc
|
| index f86a30a853a26872a4709e2f9ad8451f8e6252a4..6d992f857e10d682d173c5b43a2d4a30446a3c0f 100644
|
| --- a/remoting/host/mouse_shape_pump.cc
|
| +++ b/remoting/host/mouse_shape_pump.cc
|
| @@ -24,8 +24,7 @@ MouseShapePump::MouseShapePump(
|
| std::unique_ptr<webrtc::MouseCursorMonitor> mouse_cursor_monitor,
|
| protocol::CursorShapeStub* cursor_shape_stub)
|
| : mouse_cursor_monitor_(std::move(mouse_cursor_monitor)),
|
| - cursor_shape_stub_(cursor_shape_stub),
|
| - capture_timer_(true, true) {
|
| + cursor_shape_stub_(cursor_shape_stub) {
|
| mouse_cursor_monitor_->Init(this, webrtc::MouseCursorMonitor::SHAPE_ONLY);
|
| capture_timer_.Start(
|
| FROM_HERE, base::TimeDelta::FromMilliseconds(kCursorCaptureIntervalMs),
|
|
|