| Index: media/base/demuxer.h
|
| diff --git a/media/base/demuxer.h b/media/base/demuxer.h
|
| index 0a9a15b17fd30e766080e1697e1d450a96b36af0..02c5f310683170638c326c312724f899851a28e9 100644
|
| --- a/media/base/demuxer.h
|
| +++ b/media/base/demuxer.h
|
| @@ -56,10 +56,11 @@ class MEDIA_EXPORT Demuxer {
|
| // need to react to this event.
|
| //
|
| // TODO(acolwell): Change to generic DisableStream(DemuxerStream::Type).
|
| + // TODO(scherkus): this might not be needed http://crbug.com/234708
|
| virtual void OnAudioRendererDisabled();
|
|
|
| // Returns the given stream type, or NULL if that type is not present.
|
| - virtual scoped_refptr<DemuxerStream> GetStream(DemuxerStream::Type type) = 0;
|
| + virtual DemuxerStream* GetStream(DemuxerStream::Type type) = 0;
|
|
|
| // Returns the starting time for the media file.
|
| virtual base::TimeDelta GetStartTime() const = 0;
|
|
|