|
Introduce media::RendererFactory interface.
This class is in charge of creating media::Renderer to be used by the meida
pipeline.
Benefits of this CL:
- We have a central place for media::Renderer creation.
- WebMediaPlayerImpl is much cleaner.
- Creation of MojoRendererImpl is delayed from construction time to load time.
BUG= 416570
TEST=Existing tests pass.
Committed: https://crrev.com/6fa3562066174193f79777ed9c6e589a9ca4c434
Cr-Commit-Position: refs/heads/master@{#307808}
Total comments: 9
Total comments: 11
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+301 lines, -142 lines) |
Patch |
|
M |
content/public/renderer/content_renderer_client.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/public/renderer/content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
|
M |
media/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/base/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
media/base/renderer_factory.h
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A + |
media/base/renderer_factory.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/blink/webmediaplayer_impl.h
|
View
|
|
4 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
media/blink/webmediaplayer_impl.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+6 lines, -62 lines |
0 comments
|
Download
|
|
M |
media/blink/webmediaplayer_params.h
|
View
|
|
4 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
|
M |
media/blink/webmediaplayer_params.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
A |
media/filters/default_renderer_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
media/filters/default_renderer_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/media.gyp
|
View
|
1
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/mojo/services/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
media/mojo/services/mojo_renderer_factory.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
media/mojo/services/mojo_renderer_factory.cc
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/services/html_viewer/webmediaplayer_factory.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
Total messages: 35 (5 generated)
|