| Index: media/capture/content/thread_safe_capture_oracle.h
|
| diff --git a/media/capture/content/thread_safe_capture_oracle.h b/media/capture/content/thread_safe_capture_oracle.h
|
| index 7b970c359d579332b472008253f3a0ceb7f29258..02f60df0efb7912985969d47eb04d3f9f4badc11 100644
|
| --- a/media/capture/content/thread_safe_capture_oracle.h
|
| +++ b/media/capture/content/thread_safe_capture_oracle.h
|
| @@ -91,6 +91,9 @@ class CAPTURE_EXPORT ThreadSafeCaptureOracle
|
| void ReportError(const tracked_objects::Location& from_here,
|
| const std::string& reason);
|
|
|
| + // Signal device started to the client.
|
| + void ReportStarted();
|
| +
|
| void OnConsumerReportingUtilization(int frame_number, double utilization);
|
|
|
| private:
|
|
|