|
|
[Android] Upstream all the IPC communications/handlings for stream texture
We have already upstreamed the StreamTextureListener and StreamTextureBridge class at the browser side.
Also the renderer side StreamTexureFactory has been upstreamed for media player.
This change upstreams all the missing IPCs/handlers between these classes.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146508
Total comments: 16
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+597 lines, -16 lines) |
Patch |
 |
M |
content/common/gpu/gpu_channel.h
|
View
|
1
|
4 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_channel.cc
|
View
|
|
4 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
2
|
3 chunks |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/stream_texture_manager_android.h
|
View
|
1
2
|
4 chunks |
+49 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/stream_texture_manager_android.cc
|
View
|
|
2 chunks |
+85 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/gpu/stream_texture_host_android.h
|
View
|
1
2
3
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/gpu/stream_texture_host_android.cc
|
View
|
1
2
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/stream_texture_factory_impl_android.h
|
View
|
1
2
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/stream_texture_factory_impl_android.cc
|
View
|
1
2
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|