| 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 e57039d5a45e8c0f930be13c3499936a0f0b25d2..54b13304cdcaf541726566f41e29db83929c792c 100644
|
| --- a/content/renderer/media/webrtc/video_destination_handler.h
|
| +++ b/content/renderer/media/webrtc/video_destination_handler.h
|
| @@ -57,15 +57,15 @@ class CONTENT_EXPORT PpFrameWriter
|
|
|
| protected:
|
| // MediaStreamVideoSource implementation.
|
| - virtual void GetCurrentSupportedFormats(
|
| + void GetCurrentSupportedFormats(
|
| int max_requested_width,
|
| int max_requested_height,
|
| double max_requested_frame_rate,
|
| const VideoCaptureDeviceFormatsCB& callback) override;
|
| - virtual void StartSourceImpl(
|
| + void StartSourceImpl(
|
| const media::VideoCaptureFormat& format,
|
| const VideoCaptureDeliverFrameCB& frame_callback) override;
|
| - virtual void StopSourceImpl() override;
|
| + void StopSourceImpl() override;
|
|
|
| private:
|
| class FrameWriterDelegate;
|
|
|