Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index d3094784e3570e14964e54449d6bf4b6282639bc..faff193e8d55526b045b62f17d1b5a6c207fe3cd 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -540,9 +540,9 @@ private: |
RefPtrWillBeMember<HTMLMediaSource> m_mediaSource; |
+ // Cached time value. Only valid when ready state is HAVE_METADATA or |
+ // higher, otherwise the current time is assumed to be zero. |
mutable double m_cachedTime; |
- mutable double m_cachedTimeWallClockUpdateTime; |
- mutable double m_minimumWallClockTimeToCacheMediaTime; |
double m_fragmentStartTime; |
double m_fragmentEndTime; |