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

Unified Diff: media/base/filter_host_impl.cc

Issue 155469: Splitting media filter's Initialize() into Create() + callback and Seek() + callback. (Closed)
Patch Set: Fixed valgrind errors Created 11 years, 5 months 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/filter_host_impl.h ('k') | media/base/filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filter_host_impl.cc
diff --git a/media/base/filter_host_impl.cc b/media/base/filter_host_impl.cc
index 09f179166cdd797577eab6787be7f3e230f0fe16..4192afd2c7f1d13ace424f3a9d3d52d82fc1ec71 100644
--- a/media/base/filter_host_impl.cc
+++ b/media/base/filter_host_impl.cc
@@ -6,10 +6,6 @@
namespace media {
-void FilterHostImpl::InitializationComplete() {
- pipeline_internal_->InitializationComplete(this);
-}
-
void FilterHostImpl::Error(PipelineError error) {
pipeline_internal_->Error(error);
}
« no previous file with comments | « media/base/filter_host_impl.h ('k') | media/base/filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698