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..3578f42758096ec48d634d7e2cf7bcf223642110 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 time, double now) const; |
|
acolwell GONE FROM CHROMIUM
2014/09/11 22:24:39
nit: How about s/time/newPlaybackPosition/ and s/n
DaleCurtis
2014/09/11 22:40:01
I think you must like Java names, but done. :p
|
| void trace(Visitor*); |