commit b07c3067dbe3494a7e1d059a836dece0b8711c4a
parent 4cccf2828ec5036189f04b10e7b1c98e6dae5269
Author: Dan Baker <dbaker@mozilla.com>
Date: Mon, 1 Dec 2025 23:56:45 -0700
Bug 2000941 - Vendor libwebrtc from fa0141bf09
Upstream commit: https://webrtc.googlesource.com/src/+/fa0141bf09ca778a1cda0c34cde9c23736a7ad82
Run IWYU on peer_connection_interface.h and peer_connection.h
Bug: None
Change-Id: I031680eded4961e5b04887cba68d30a6eb08e9cc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411780
Auto-Submit: Tony Herre <herre@google.com>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#45723}
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T06:54:08.569393+00:00.
+libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T06:56:32.107062+00:00.
# base of lastest vendoring
-30b9d513d3
+fa0141bf09
diff --git a/third_party/libwebrtc/api/peer_connection_interface.h b/third_party/libwebrtc/api/peer_connection_interface.h
@@ -87,7 +87,6 @@
#include "api/audio_codecs/audio_decoder_factory.h"
#include "api/audio_codecs/audio_encoder_factory.h"
#include "api/audio_options.h"
-#include "api/candidate.h"
#include "api/crypto/crypto_options.h"
#include "api/data_channel_event_observer_interface.h"
#include "api/data_channel_interface.h"
diff --git a/third_party/libwebrtc/pc/peer_connection.h b/third_party/libwebrtc/pc/peer_connection.h
@@ -79,6 +79,7 @@
#include "pc/rtp_transmission_manager.h"
#include "pc/rtp_transport_internal.h"
#include "pc/sdp_offer_answer.h"
+#include "pc/sdp_state_provider.h"
#include "pc/session_description.h"
#include "pc/transceiver_list.h"
#include "pc/transport_stats.h"