Make the old GetStats interface on AudioProcessorInterface impure.

This is the first step towards removing this function from the interface. Once all implementers of the interface remove their implementations this can be removed.

Bug: webrtc:8572
Change-Id: Ia8f7f1b6949a482787df67b193d4cf999142e06e
Reviewed-on: https://webrtc-review.googlesource.com/27620
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21271}
This commit is contained in:
Ivo Creusen
2017-12-12 10:45:51 +01:00
committed by Commit Bot
parent 22b41bbf13
commit 21eb9fc71c
2 changed files with 10 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class AudioProcessorInterface : public rtc::RefCountInterface {
};
// Get audio processor statistics.
virtual void GetStats(AudioProcessorStats* stats) = 0;
virtual void GetStats(AudioProcessorStats* stats);
// Get audio processor statistics. The |has_remote_tracks| argument should be
// set if there are active remote tracks (this would usually be true during