Chromium Code Reviews| Index: Source/core/html/TimeRanges.h |
| diff --git a/Source/core/html/TimeRanges.h b/Source/core/html/TimeRanges.h |
| index 1a685a7950016b2e12768f0367ad012bb5bf2aa2..1aa4dc2ce13a709e1b88944404106b3f311d09d6 100644 |
| --- a/Source/core/html/TimeRanges.h |
| +++ b/Source/core/html/TimeRanges.h |
| @@ -109,7 +109,7 @@ public: |
| bool contain(double time) const; |
| - double nearest(double time) const; |
| + double nearest(double newPlaybackPosition, double currentPlaybackPosition) const; |
| void trace(Visitor*); |