Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: media/base/filters.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/buffers.cc ('k') | media/base/filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « media/base/buffers.cc ('k') | media/base/filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698