| Index: media/capture/video/video_capture_device_client.h
|
| diff --git a/media/capture/video/video_capture_device_client.h b/media/capture/video/video_capture_device_client.h
|
| index b2dcb0a15b188d6364b2e9142ee3bab264ac2b58..fd0ca28922824ab7640a798ab8e6b6069c8d72fe 100644
|
| --- a/media/capture/video/video_capture_device_client.h
|
| +++ b/media/capture/video/video_capture_device_client.h
|
| @@ -84,6 +84,7 @@ class CAPTURE_EXPORT VideoCaptureDeviceClient
|
| void OnError(const tracked_objects::Location& from_here,
|
| const std::string& reason) override;
|
| void OnLog(const std::string& message) override;
|
| + void OnStarted() override;
|
| double GetBufferPoolUtilization() const override;
|
|
|
| private:
|
|
|