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

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

Issue 1233313008: Stop calling configureTextTrackDisplay() in clearMediaPlayer() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: proper test Created 5 years, 5 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
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 7dccef802e17f16bc8e584a50b825246a6d9c776..58a344f00cf1336df7425b22f8739b484db4c528 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -202,11 +202,7 @@ public:
void honorUserPreferencesForAutomaticTextTrackSelection();
bool textTracksAreReady() const;
- enum VisibilityChangeAssumption {
- AssumeNoVisibleChange,
- AssumeVisibleChange
- };
- void configureTextTrackDisplay(VisibilityChangeAssumption);
+ void configureTextTrackDisplay();
void updateTextTrackDisplay();
double lastSeekTime() const { return m_lastSeekTime; }
void textTrackReadyStateChanged(TextTrack*);
« no previous file with comments | « LayoutTests/media/track/media-element-move-to-new-document-assert-expected.txt ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698