Index: content/renderer/media/webrtc/video_destination_handler.cc |
diff --git a/content/renderer/media/webrtc/video_destination_handler.cc b/content/renderer/media/webrtc/video_destination_handler.cc |
index 84594bbaff5164041f6820d57b7ae480ffdfe60c..bd388be4939b6db046957422f34dba5908bd0cc5 100644 |
--- a/content/renderer/media/webrtc/video_destination_handler.cc |
+++ b/content/renderer/media/webrtc/video_destination_handler.cc |
@@ -83,6 +83,7 @@ PpFrameWriter::~PpFrameWriter() { |
void PpFrameWriter::GetCurrentSupportedFormats( |
int max_requested_width, |
int max_requested_height, |
+ double max_requested_frame_rate, |
const VideoCaptureDeviceFormatsCB& callback) { |
DCHECK(CalledOnValidThread()); |
DVLOG(3) << "PpFrameWriter::GetCurrentSupportedFormats()"; |