| Index: content/renderer/media/webrtc/video_destination_handler.h
|
| diff --git a/content/renderer/media/webrtc/video_destination_handler.h b/content/renderer/media/webrtc/video_destination_handler.h
|
| index e84fdd603dfe706736d9f49bc2c9e59a5239781d..fa558a97e052a5a20529b17351ba2c1e515aa168 100644
|
| --- a/content/renderer/media/webrtc/video_destination_handler.h
|
| +++ b/content/renderer/media/webrtc/video_destination_handler.h
|
| @@ -52,6 +52,7 @@ class CONTENT_EXPORT PpFrameWriter
|
| virtual void GetCurrentSupportedFormats(
|
| int max_requested_width,
|
| int max_requested_height,
|
| + double max_requested_frame_rate,
|
| const VideoCaptureDeviceFormatsCB& callback) OVERRIDE;
|
| virtual void StartSourceImpl(
|
| const media::VideoCaptureParams& params,
|
| @@ -89,4 +90,3 @@ class CONTENT_EXPORT VideoDestinationHandler {
|
| } // namespace content
|
|
|
| #endif // CONTENT_RENDERER_MEDIA_VIDEO_DESTINATION_HANDLER_H_
|
| -
|
|
|