mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 1422987 - Correct override warning in RtpSourceObserver work. r=mjf, a=RyanVM
MozReview-Commit-ID: 6bkbBfodlUH
This commit is contained in:
parent
d9b3452d66
commit
b3714d4280
@ -553,7 +553,7 @@ public:
|
||||
virtual bool InsertDTMFTone(int channel, int eventCode, bool outOfBand,
|
||||
int lengthMs, int attenuationDb) = 0;
|
||||
|
||||
virtual void GetRtpSources(int64_t aTimeNow,
|
||||
virtual void GetRtpSources(const int64_t aTimeNow,
|
||||
nsTArray<dom::RTCRtpSourceEntry>& outSources) = 0;
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user