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

Unified Diff: Source/core/layout/LayoutMediaControls.cpp

Issue 988763002: Start separating the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/layout/LayoutMediaControls.cpp
diff --git a/Source/core/layout/LayoutMediaControls.cpp b/Source/core/layout/LayoutMediaControls.cpp
index 4c1a2c4faa321772a3456c4801fb9f5e4ec918e5..d4864f002b630c96e23f646f822823e10fe0977e 100644
--- a/Source/core/layout/LayoutMediaControls.cpp
+++ b/Source/core/layout/LayoutMediaControls.cpp
@@ -401,7 +401,6 @@ bool LayoutMediaControls::paintMediaControlsPart(MediaControlElementType part, L
case MediaTimeRemainingDisplay:
case MediaControlsPanel:
case MediaHideClosedCaptionsButton:
- case MediaTextTrackDisplayContainer:
case MediaFullScreenVolumeSlider:
case MediaFullScreenVolumeSliderThumb:
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698