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

Unified Diff: media/filters/video_renderer_impl.h

Issue 534073002: Switch to using media::TimeSource inside media::RendererImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bad rebase Created 6 years, 3 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/filters/renderer_impl_unittest.cc ('k') | media/filters/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_impl.h
diff --git a/media/filters/video_renderer_impl.h b/media/filters/video_renderer_impl.h
index 59f1884be6503f5af512fb3e9a49ce9ebd43680d..4e3d5ed2a0695e11b03784c9b95e1d74e7cf833f 100644
--- a/media/filters/video_renderer_impl.h
+++ b/media/filters/video_renderer_impl.h
@@ -63,12 +63,10 @@ class MEDIA_EXPORT VideoRendererImpl
bool low_delay,
const PipelineStatusCB& init_cb,
const StatisticsCB& statistics_cb,
- const TimeCB& max_time_cb,
const BufferingStateCB& buffering_state_cb,
const base::Closure& ended_cb,
const PipelineStatusCB& error_cb,
- const TimeDeltaCB& get_time_cb,
- const TimeDeltaCB& get_duration_cb) OVERRIDE;
+ const TimeDeltaCB& get_time_cb) OVERRIDE;
virtual void Flush(const base::Closure& callback) OVERRIDE;
virtual void StartPlaying() OVERRIDE;
@@ -183,12 +181,10 @@ class MEDIA_EXPORT VideoRendererImpl
// Event callbacks.
PipelineStatusCB init_cb_;
StatisticsCB statistics_cb_;
- TimeCB max_time_cb_;
BufferingStateCB buffering_state_cb_;
base::Closure ended_cb_;
PipelineStatusCB error_cb_;
TimeDeltaCB get_time_cb_;
- TimeDeltaCB get_duration_cb_;
base::TimeDelta start_timestamp_;
« no previous file with comments | « media/filters/renderer_impl_unittest.cc ('k') | media/filters/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698