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

Unified Diff: Source/core/layout/LayoutTextTrackContainer.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
« no previous file with comments | « Source/core/layout/LayoutMediaControls.cpp ('k') | Source/core/layout/LayoutTextTrackContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTextTrackContainer.h
diff --git a/Source/core/layout/LayoutTextTrackContainerElement.h b/Source/core/layout/LayoutTextTrackContainer.h
similarity index 81%
rename from Source/core/layout/LayoutTextTrackContainerElement.h
rename to Source/core/layout/LayoutTextTrackContainer.h
index 71e8367fd10546adae822186a22de45d16ad9b28..98efe708cac6bbec26af37ae0bab9b640a4c7628 100644
--- a/Source/core/layout/LayoutTextTrackContainerElement.h
+++ b/Source/core/layout/LayoutTextTrackContainer.h
@@ -25,25 +25,23 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LayoutTextTrackContainerElement_h
-#define LayoutTextTrackContainerElement_h
+#ifndef LayoutTextTrackContainer_h
+#define LayoutTextTrackContainer_h
-#include "core/html/shadow/MediaControlElements.h"
#include "core/layout/LayoutBlockFlow.h"
-#include "core/layout/LayoutFlexibleBox.h"
namespace blink {
-class LayoutTextTrackContainerElement final : public LayoutBlockFlow {
+class Element;
+
+class LayoutTextTrackContainer final : public LayoutBlockFlow {
public:
- LayoutTextTrackContainerElement(Element*);
+ LayoutTextTrackContainer(Element*);
private:
virtual void layout() override;
};
-
} // namespace blink
-#endif // LayoutTextTrackContainerElement_h
-
+#endif // LayoutTextTrackContainer_h
« no previous file with comments | « Source/core/layout/LayoutMediaControls.cpp ('k') | Source/core/layout/LayoutTextTrackContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698