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

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

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/html/shadow/MediaControlElements.h
diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
index 6db1d5882196dcf844d8556400cb0c85c97eb9cb..66cb49b1feb72a88ae314e4da98b5b9efe58e24e 100644
--- a/Source/core/html/shadow/MediaControlElements.h
+++ b/Source/core/html/shadow/MediaControlElements.h
@@ -236,25 +236,6 @@ private:
explicit MediaControlCurrentTimeDisplayElement(MediaControls&);
};
-// ----------------------------
-
-class MediaControlTextTrackContainerElement final : public MediaControlDivElement {
-public:
- static PassRefPtrWillBeRawPtr<MediaControlTextTrackContainerElement> create(MediaControls&);
-
- void updateDisplay();
- void updateSizes();
-
-private:
- explicit MediaControlTextTrackContainerElement(MediaControls&);
-
- virtual LayoutObject* createRenderer(const LayoutStyle&) override;
-
- IntRect m_videoDisplaySize;
- float m_fontSize;
-};
-
-
} // namespace blink
#endif // MediaControlElements_h

Powered by Google App Engine
This is Rietveld 408576698