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

Unified Diff: media/filters/video_renderer_base.h

Issue 9155003: Fix media timeline so that thumb never exceeds buffered data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT, again Created 8 years, 11 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/audio_renderer_base_unittest.cc ('k') | media/filters/video_renderer_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_base.h
diff --git a/media/filters/video_renderer_base.h b/media/filters/video_renderer_base.h
index 2dd263462b1589711786111bfed6afd8f99cc495..46149f1be09da647e05408c403cc8999e1a1e6b5 100644
--- a/media/filters/video_renderer_base.h
+++ b/media/filters/video_renderer_base.h
@@ -54,7 +54,8 @@ class MEDIA_EXPORT VideoRendererBase
// VideoRenderer implementation.
virtual void Initialize(VideoDecoder* decoder,
const PipelineStatusCB& callback,
- const StatisticsCallback& stats_callback) OVERRIDE;
+ const StatisticsCallback& stats_callback,
+ const VideoTimeCB& video_time_cb) OVERRIDE;
virtual bool HasEnded() OVERRIDE;
// PlatformThread::Delegate implementation.
@@ -184,6 +185,7 @@ class MEDIA_EXPORT VideoRendererBase
base::Closure flush_callback_;
FilterStatusCB seek_cb_;
StatisticsCallback statistics_callback_;
+ VideoTimeCB video_time_cb_;
base::TimeDelta seek_timestamp_;
« no previous file with comments | « media/filters/audio_renderer_base_unittest.cc ('k') | media/filters/video_renderer_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698