summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_sender_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/cast_sender_impl.cc')
-rw-r--r--media/cast/cast_sender_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/cast_sender_impl.cc b/media/cast/cast_sender_impl.cc
index 6eedf72..cbf7a4d 100644
--- a/media/cast/cast_sender_impl.cc
+++ b/media/cast/cast_sender_impl.cc
@@ -119,7 +119,7 @@ class LocalCastSenderPacketReceiver : public PacketReceiver {
ssrc_of_video_sender_(ssrc_of_video_sender) {}
virtual void ReceivedPacket(const uint8* packet,
- int length,
+ size_t length,
const base::Closure callback) OVERRIDE {
if (!Rtcp::IsRtcpPacket(packet, length)) {
// We should have no incoming RTP packets.