Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 578113002: Add back HTMLMediaElement::m_lastTimeUpdateEventMovieTime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: the fix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 2e0967169a9dfeb35047ad8f7c99ae6f54dd9530..952127af9810f8b87bdaac5f21a7f20db0e2a4ef 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -508,6 +508,9 @@ private:
// The last time a timeupdate event was sent (wall clock).
double m_lastTimeUpdateEventWallTime;
+ // The last time a timeupdate event was sent in movie time.
+ double m_lastTimeUpdateEventMovieTime;
+
// The default playback start position.
double m_defaultPlaybackStartPosition;
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698