|
|
[WIP][PPAPI] Implement MediaStreamVideoTrackResource.
BUG= 330851
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1036 lines, -187 lines) |
Patch |
 |
M |
chrome/browser/component_updater/ppapi_utils.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_media_stream_video_track_host.h
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_media_stream_video_track_host.cc
|
View
|
1
2
3
|
1 chunk |
+131 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/plugin_module.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/resource_converter.cc
|
View
|
|
6 chunks |
+53 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
ppapi/examples/media_stream_video/media_stream_video.cc
|
View
|
1
|
14 chunks |
+63 lines, -180 lines |
0 comments
|
Download
|
 |
A |
ppapi/examples/media_stream_video/media_stream_video.html
|
View
|
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_tests.gypi
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/media_stream_video_track_resource.h
|
View
|
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/media_stream_video_track_resource.cc
|
View
|
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_tracker.cc
|
View
|
|
3 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/video_frame_resource.h
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/video_frame_resource.cc
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/resource.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/video_frame.h
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_stable.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_media_stream_video_track_api.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_media_stream_video_track_thunk.cc
|
View
|
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_video_frame_api.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_video_frame_thunk.cc
|
View
|
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|