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

Unified Diff: media/base/filter_host.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: . 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
Index: media/base/filter_host.h
diff --git a/media/base/filter_host.h b/media/base/filter_host.h
index 864bc99a92155af486b67d12b25e4aafc53055b7..8310593c70f03cd7d22a242c5122fcc51c3b3ff2 100644
--- a/media/base/filter_host.h
+++ b/media/base/filter_host.h
@@ -34,10 +34,6 @@ class MEDIA_EXPORT FilterHost {
// Gets the duration.
virtual base::TimeDelta GetDuration() const = 0;
- // Updates the current time. Other filters should poll to examine the updated
- // time.
- virtual void SetTime(base::TimeDelta time) = 0;
-
// Sets the natural size of the video output in pixel units.
virtual void SetNaturalVideoSize(const gfx::Size& size) = 0;

Powered by Google App Engine
This is Rietveld 408576698