| Index: webrtc/modules/rtp_rtcp/source/rtp_packet.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet.h b/webrtc/modules/rtp_rtcp/source/rtp_packet.h
|
| index 3f4d5769ba9156d5c399941a2dc0f157256921e1..a4db3c186b1830da2e4dc16e693300d065f3d796 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_packet.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet.h
|
| @@ -31,6 +31,7 @@ class Packet {
|
|
|
| // Parse and copy given buffer into Packet.
|
| bool Parse(const uint8_t* buffer, size_t size);
|
| + bool Parse(rtc::ArrayView<const uint8_t> packet);
|
|
|
| // Parse and move given buffer into Packet.
|
| bool Parse(rtc::CopyOnWriteBuffer packet);
|
|
|