| 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 2b3d38ec49f0310dcea3b639996c265b018bf479..3c02125e082bfbce2921bd6057f9f4bcc74d9bdc 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);
|
|
|