| Index: media/base/video_capturer_source.h
|
| diff --git a/media/base/video_capturer_source.h b/media/base/video_capturer_source.h
|
| index ddec90c6599b26b564984e0b347d22472b4ca0df..4154303c1efc5acab027ddf56cc8b48cd32bf004 100644
|
| --- a/media/base/video_capturer_source.h
|
| +++ b/media/base/video_capturer_source.h
|
| @@ -86,6 +86,10 @@ class MEDIA_EXPORT VideoCapturerSource {
|
| // successfully, then |new_frame_callback| should be called with a frame.
|
| virtual void RequestRefreshFrame() {}
|
|
|
| + // Notifies source the capturing link is secure. This is required by content
|
| + // output protection.
|
| + virtual void SetCapturingLinkSecured(bool is_secure) {}
|
| +
|
| // Stops capturing frames and clears all callbacks including the
|
| // SupportedFormatsCallback callback. Note that queued frame callbacks
|
| // may still occur after this call, so the caller must take care to
|
|
|