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

Unified Diff: Source/core/html/shadow/MediaControlElements.cpp

Issue 869623002: VTTCue: Refactor display parameter handling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/track/TextTrackCue.h » ('j') | Source/core/html/track/vtt/VTTCue.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControlElements.cpp
diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
index 8ac1ddec71e607bb2f8da8615ccc54b7bb7bfa9b..ee411c9f90615d791aca1ad63e77771e4ae6bc97 100644
--- a/Source/core/html/shadow/MediaControlElements.cpp
+++ b/Source/core/html/shadow/MediaControlElements.cpp
@@ -679,7 +679,7 @@ void MediaControlTextTrackContainerElement::updateDisplay()
if (!cue->track() || !cue->track()->isRendered() || !cue->isActive())
continue;
- cue->updateDisplay(m_videoDisplaySize.size(), *this);
+ cue->updateDisplay(*this);
}
// 11. Return output.
« no previous file with comments | « no previous file | Source/core/html/track/TextTrackCue.h » ('j') | Source/core/html/track/vtt/VTTCue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698