|
Let the WebMediaPlayer decide whether to use overlay video.
Previously, the runtime feature "overlayFullscreenVideoEnabled" was used
to decide whether to do fullscreen video overlay. This was set on
Android and for layout tests.
Now the WebMediaPlayer decides whether overlay fullscreen mode will be used.
This enables support for WebMediaPlayerImpl on Android, which will use
the standard composited fullscreen path.
The runtime feature is renamed to forceOverlayFullscreenVideo and retained
as an override for use in layout tests.
BUG= 511376
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200005
Total comments: 4
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -57 lines) |
Patch |
 |
M |
Source/core/html/HTMLMediaElement.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
1
2
3
4
5
|
5 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLVideoElement.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLVideoElement.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutVideo.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/FullscreenController.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
public/platform/WebMediaPlayer.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (11 generated)
|