| Index: talk/app/webrtc/remoteaudiosource.h
|
| diff --git a/talk/app/webrtc/remoteaudiosource.h b/talk/app/webrtc/remoteaudiosource.h
|
| index f518d9b607b8b5158d9b8d9120033401024f1a50..36b755cd7b02e0daf0294371b0f7687d3998810c 100644
|
| --- a/talk/app/webrtc/remoteaudiosource.h
|
| +++ b/talk/app/webrtc/remoteaudiosource.h
|
| @@ -56,6 +56,7 @@ class RemoteAudioSource : public Notifier<AudioSourceInterface> {
|
|
|
| // MediaSourceInterface implementation.
|
| MediaSourceInterface::SourceState state() const override;
|
| + bool remote() const override;
|
|
|
| void AddSink(AudioTrackSinkInterface* sink);
|
| void RemoveSink(AudioTrackSinkInterface* sink);
|
|
|