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

Unified Diff: media/base/filters.cc

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/filters.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filters.cc
diff --git a/media/base/filters.cc b/media/base/filters.cc
index 923329bd286d4a0edd95bff953c6b82508f3b128..d3d3bcbc3c34521a949c69e3a6390bd7e4c77ff4 100644
--- a/media/base/filters.cc
+++ b/media/base/filters.cc
@@ -133,6 +133,10 @@ const char* VideoRenderer::major_mime_type() const {
return mime_type::kMajorTypeVideo;
}
+void* DemuxerStream::QueryInterface(const char* interface_id) {
+ return NULL;
+}
+
DemuxerStream::~DemuxerStream() {}
VideoDecoder::VideoDecoder() {}
« no previous file with comments | « media/base/filters.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698