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

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: Rebase. 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 1b3d5a60fed001b43932d89dcf4d2ac3df7e86e2..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* createLayoutObject(const LayoutStyle&) override;
-
- IntRect m_videoDisplaySize;
- float m_fontSize;
-};
-
-
} // namespace blink
#endif // MediaControlElements_h
« no previous file with comments | « Source/core/html/shadow/MediaControlElementTypes.h ('k') | Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698