Remove virtual inheritance from RTCStatsCollector
Bug: none Change-Id: I5c3d93f3cc64c588c2f8e750c70c51c991736023 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215961 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33814}
This commit is contained in:
committed by
Commit Bot
parent
0c3b9098aa
commit
e6de5ae2d6
@ -53,7 +53,7 @@ class RtpReceiverInternal;
|
||||
// Stats are gathered on the signaling, worker and network threads
|
||||
// asynchronously. The callback is invoked on the signaling thread. Resulting
|
||||
// reports are cached for |cache_lifetime_| ms.
|
||||
class RTCStatsCollector : public virtual rtc::RefCountInterface,
|
||||
class RTCStatsCollector : public rtc::RefCountInterface,
|
||||
public sigslot::has_slots<> {
|
||||
public:
|
||||
static rtc::scoped_refptr<RTCStatsCollector> Create(
|
||||
|
||||
Reference in New Issue
Block a user