summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-19 11:43:12 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-22 09:02:42 +0000
commitf0e9ee40f9a4c947f197546a840fd0287df6b0cb (patch)
treec3035959f122d5a15d554f3b9aefc1fbea92f91c /chromium/third_party/webrtc
parentedf9400cf7c94eb88eae39b06addef0b53f075ab (diff)
downloadqtwebengine-chromium-f0e9ee40f9a4c947f197546a840fd0287df6b0cb.tar.gz
Post 73-merge fixups
Fixes various issues introduced in 73 Change-Id: Ide986eccf4880d93e8916218c9fba61200e73d78 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium/third_party/webrtc')
-rw-r--r--chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc b/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc
index 38c2d5ac7dd..241d42103fa 100644
--- a/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc
+++ b/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc
@@ -697,6 +697,8 @@ bool BaseRtpStringExtension::Write(rtc::ArrayView<uint8_t> data,
// Constant declarations for string RTP header extension types.
+constexpr uint8_t BaseRtpStringExtension::kMaxValueSizeBytes;
+
constexpr RTPExtensionType RtpStreamId::kId;
constexpr const char RtpStreamId::kUri[];