Index: remoting/host/screen_recorder.cc |
diff --git a/remoting/host/screen_recorder.cc b/remoting/host/screen_recorder.cc |
index d3f0e4992ed9d6978d1b878f7296863d5c0396a0..0dbc1913250a7f4602e4ce427c12635257a8fe01 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(interval, this, &ScreenRecorder::DoCapture); |
+ capture_timer_.Start(interval, this, &ScreenRecorder::DoCapture, FROM_HERE); |
} |
void ScreenRecorder::DoCapture() { |