diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 08:42:50 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 08:42:50 +0000 |
commit | f7c0ada06beb37d8eac8b4b923a8b6b29f24c524 (patch) | |
tree | c89a5509300be12161793f9b3a35808d686b99c4 /media/base/clock.h | |
parent | 92e44ae0ad94910984b79979ad47d6b32b534c57 (diff) | |
download | chromium_src-f7c0ada06beb37d8eac8b4b923a8b6b29f24c524.zip chromium_src-f7c0ada06beb37d8eac8b4b923a8b6b29f24c524.tar.gz chromium_src-f7c0ada06beb37d8eac8b4b923a8b6b29f24c524.tar.bz2 |
Move VideoRenderer out of Filter heirarchy.
As a result the following classes no longer exist: Filter, FilterHost, CompositeFilter. I guess you could say we no longer have filters!
BUG=108342,126069
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10796074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/clock.h')
-rw-r--r-- | media/base/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/clock.h b/media/base/clock.h index c020de8..5b2a90c 100644 --- a/media/base/clock.h +++ b/media/base/clock.h @@ -116,7 +116,7 @@ class MEDIA_EXPORT Clock { // Current playback rate. float playback_rate_; - // The maximum time that can be returned by calls to GetCurrentTime. + // The maximum time that can be returned by calls to Elapsed(). base::TimeDelta max_time_; // Duration of the media. |