Index: chrome/renderer/media/cast_rtp_stream.cc |
diff --git a/chrome/renderer/media/cast_rtp_stream.cc b/chrome/renderer/media/cast_rtp_stream.cc |
index a3f970d107455b730ba97998379dbd3756f0ee6f..6cc8e6f58f67d2c65fdb5a5dc4ad46502ba224c8 100644 |
--- a/chrome/renderer/media/cast_rtp_stream.cc |
+++ b/chrome/renderer/media/cast_rtp_stream.cc |
@@ -272,7 +272,6 @@ class CastVideoSink : public base::SupportsWeakPtr<CastVideoSink>, |
const scoped_refptr<media::cast::VideoFrameInput> frame_input, |
// These parameters are passed for each frame. |
const scoped_refptr<media::VideoFrame>& frame, |
- const media::VideoCaptureFormat& format, |
const base::TimeTicks& estimated_capture_time) { |
base::TimeTicks timestamp; |
if (estimated_capture_time.is_null()) |