Files
Michael Froman a2741ae9c4 Bug 2064200 - Vendor libwebrtc from ce3d64be6a
Upstream commit: https://webrtc.googlesource.com/src/+/ce3d64be6a0d8f13453b6ecf177634e495e1b7b9
    call: Pass AudioReceiveStreamInterface::Config by value

    Changes AudioReceiveStreamInterface::Config to be passed by value
    instead of const reference in Call::CreateAudioReceiveStream and
    AudioReceiveStreamImpl constructors.

    Bug: none
    Change-Id: Ib64acc7ce5721ae3f144a036c12189d595c18d76
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/493400
    Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
    Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#48286}
2026-08-28 09:30:46 +00:00

24 lines
801 B
Diff

From: Byron Campen <docfaraday@gmail.com>
Date: Tue, 19 May 2026 16:37:00 -0500
Subject: Bug 2040478 - (fix-de183fb028) Remove this include of override code
that is gone. r?mjf
It appears that this override code is no longer necessary.
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/dbd090975384251d83d3554677efcbb0e133feab
---
call/call.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/call/call.h b/call/call.h
index 43051e68ae..3c77c69796 100644
--- a/call/call.h
+++ b/call/call.h
@@ -27,7 +27,6 @@
#include "api/video/video_stream_encoder_settings.h"
#include "call/audio_receive_stream.h"
#include "call/audio_send_stream.h"
-#include "call/call_basic_stats.h"
#include "call/call_config.h"
#include "call/flexfec_receive_stream.h"
#include "call/packet_receiver.h"