| Index: media/base/filters.h
|
| diff --git a/media/base/filters.h b/media/base/filters.h
|
| index 4fd52e225555aa03aba4541e56bec47806ed90b2..49fa3472f31de0927cc7924f88abfa6aadefefcc 100644
|
| --- a/media/base/filters.h
|
| +++ b/media/base/filters.h
|
| @@ -201,7 +201,7 @@ class DemuxerStream : public base::RefCountedThreadSafe<DemuxerStream> {
|
| // return NULL to indicate the interface is unknown. The derived filter
|
| // should NOT AddRef() the interface. The DemuxerStream::QueryInterface()
|
| // public template function will assign the interface to a scoped_refptr<>.
|
| - virtual void* QueryInterface(const char* interface_id) { return NULL; }
|
| + virtual void* QueryInterface(const char* interface_id);
|
|
|
| friend class base::RefCountedThreadSafe<DemuxerStream>;
|
| virtual ~DemuxerStream();
|
|
|