| Index: media/base/clock.h
|
| diff --git a/media/base/clock.h b/media/base/clock.h
|
| index 2854cb8ea31e4839d89642e6f8e321c56ed3f635..a5dff4d9c8f1593e87e6bcd5311b0155c4ff9229 100644
|
| --- a/media/base/clock.h
|
| +++ b/media/base/clock.h
|
| @@ -56,8 +56,7 @@ class MEDIA_EXPORT Clock {
|
| // set to 0 (before SetDuration() is called).
|
| void SetTime(base::TimeDelta current_time, base::TimeDelta max_time);
|
|
|
| - // Sets the |max_time| to be returned by a call to Elapsed(). |max_time| must
|
| - // be greater than or equal to the current Elapsed() time.
|
| + // Sets the |max_time| to be returned by a call to Elapsed().
|
| void SetMaxTime(base::TimeDelta max_time);
|
|
|
| // Returns the current elapsed media time. Returns 0 if SetDuration() has
|
|
|