|
Start separating the text track container from the media controls
Having the text track container as a part of the media controls makes it
harder to show and hide the controls as a group, which would be useful.
This CL prepares for this by moving and renaming code, with no observable
difference. However, some small drive-by fixes are included:
TextTrackContainer::m_videoDisplaySize is made into an IntSize, since
the position part is never used. It's also renamed to just m_videoSize.
(Based on https://codereview.chromium.org/949203002/)
BUG= 448795
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191538
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+226 lines, -300 lines) |
Patch |
|
M |
Source/core/core.gypi
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
1
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/shadow/MediaControlElementTypes.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/shadow/MediaControlElements.h
|
View
|
1
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
Source/core/html/shadow/MediaControlElements.cpp
|
View
|
1
|
2 chunks |
+0 lines, -119 lines |
0 comments
|
Download
|
|
M |
Source/core/html/shadow/MediaControls.h
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/shadow/MediaControls.cpp
|
View
|
1
|
5 chunks |
+14 lines, -21 lines |
0 comments
|
Download
|
|
A + |
Source/core/html/track/TextTrackContainer.h
|
View
|
1
|
2 chunks |
+23 lines, -10 lines |
0 comments
|
Download
|
|
A |
Source/core/html/track/TextTrackContainer.cpp
|
View
|
1
|
1 chunk |
+153 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutMediaControls.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
A + |
Source/core/layout/LayoutTextTrackContainer.h
|
View
|
|
1 chunk |
+7 lines, -9 lines |
0 comments
|
Download
|
|
A + |
Source/core/layout/LayoutTextTrackContainer.cpp
|
View
|
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
|
D |
Source/core/layout/LayoutTextTrackContainerElement.h
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
|
D |
Source/core/layout/LayoutTextTrackContainerElement.cpp
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
Total messages: 11 (5 generated)
|