|
Remove the use of MediaStreamClient and move creation of MediaStream specific renderers to MediaStreamRendererFactory.
This cleans up RenderFrameImpl as well as moving renderer code out of MediaStreamImpl.
MediaStreamImpl should in the end only implement methods necessary for blink::WebUserMediaClient and be renamed to UserMediaClientImpl.
BUG= 323223
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273073
Total comments: 2
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -1235 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/test/layouttest_support.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/media_stream_client.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.h
|
View
|
1
2
3
4
5
|
6 chunks |
+6 lines, -41 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.cc
|
View
|
|
4 chunks |
+0 lines, -168 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/media/media_stream_renderer_factory.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/media/media_stream_renderer_factory.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+86 lines, -775 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms.cc
|
View
|
1
2
3
4
5
7
|
4 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
4
5
|
5 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+28 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/test_runner/web_frame_test_proxy.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/layouttest_support.cc
|
View
|
1
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/test/test_media_stream_client.h
|
View
|
1
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
content/test/test_media_stream_client.cc
|
View
|
1
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
A + |
content/test/test_media_stream_renderer_factory.h
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
content/test/test_media_stream_renderer_factory.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|