| Index: remoting/host/screen_recorder.cc
|
| diff --git a/remoting/host/screen_recorder.cc b/remoting/host/screen_recorder.cc
|
| index e0cf90a243f0055afcc38cea161df128e84c964f..d3f0e4992ed9d6978d1b878f7296863d5c0396a0 100644
|
| --- a/remoting/host/screen_recorder.cc
|
| +++ b/remoting/host/screen_recorder.cc
|
| @@ -181,7 +181,7 @@ void ScreenRecorder::StartCaptureTimer() {
|
|
|
| base::TimeDelta interval = base::TimeDelta::FromMilliseconds(
|
| static_cast<int>(base::Time::kMillisecondsPerSecond / max_rate_));
|
| - capture_timer_.Start(FROM_HERE, interval, this, &ScreenRecorder::DoCapture);
|
| + capture_timer_.Start(interval, this, &ScreenRecorder::DoCapture);
|
| }
|
|
|
| void ScreenRecorder::DoCapture() {
|
|
|