Index: Source/core/html/TimeRanges.h |
diff --git a/Source/core/html/TimeRanges.h b/Source/core/html/TimeRanges.h |
index c73b7d76cfcd644e47e3864f11cf06f989174f18..35a6601fc8fa5d308eed7af4d011e81ddfacd19b 100644 |
--- a/Source/core/html/TimeRanges.h |
+++ b/Source/core/html/TimeRanges.h |
@@ -110,6 +110,7 @@ public: |
bool contain(double time) const; |
double nearest(double newPlaybackPosition, double currentPlaybackPosition) const; |
+ unsigned nearestRange(double position) const; |
DECLARE_TRACE(); |