|
Add media Remoter mojo interface and RendererWMPDelegate accessor.
This change introduces the media remoting mojo interface, which handles
control messages and bitstream data flow between a media element in the
render process and the Media Router in the browser process. The
"RemoterFactory" client/service is instantiated lazily when the first
media element is created in a render frame.
Note that, while new code has been added by this change, there are no
new active code paths yet. Later changes will fill in the surrounding
implementation.
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -0 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_webmediaplayer_delegate.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_webmediaplayer_delegate.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_ms_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/blink/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/blink/media_blink.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/blink/webmediaplayer_delegate.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/mojo/interfaces/mojo_bindings.gyp
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/mojo/interfaces/remoter.mojom
|
View
|
|
1 chunk |
+78 lines, -0 lines |
5 comments
|
Download
|
Total messages: 25 (17 generated)
|