Index: media/capture/video/video_capture_device_client.cc |
diff --git a/media/capture/video/video_capture_device_client.cc b/media/capture/video/video_capture_device_client.cc |
index 96f9d22792db1638bb0f4c951c674fff20e33ad4..729c02edc9ed76e7da9eb4f91f5074c86123f2f9 100644 |
--- a/media/capture/video/video_capture_device_client.cc |
+++ b/media/capture/video/video_capture_device_client.cc |
@@ -418,6 +418,10 @@ void VideoCaptureDeviceClient::OnLog(const std::string& message) { |
receiver_->OnLog(message); |
} |
+void VideoCaptureDeviceClient::OnStarted() { |
+ receiver_->OnStarted(); |
+} |
+ |
double VideoCaptureDeviceClient::GetBufferPoolUtilization() const { |
return buffer_pool_->GetBufferPoolUtilization(); |
} |