|
gpu_host_messages.h => content/gpu
gpu_host_messages consists of host <=> gpu IPC messages and
is browser specific.
Thus, for the time being, it makes sense to keep this file
in content.
The rest of content/common/gpu is moving to gpu/ipc. Thus,
we are moving gpu_host_messages to content/gpu.
GpuHostMsg_EstablishGpuChannel, and
GpuHostMsg_HasGpuProcess didn't fit in with the rest of
gpu_host_messages because they are renderer => browser
messages. Thus this CL also moves those oddball IPCs to
child_process_messsages.h.
Some traits are used by both child_process_messages and
gpu_host_messages. I've moved those traits to
content/common/gpu/gpu_param_traits_macros.h.
BUG= 586365
Committed: https://crrev.com/68efb4803bf77935194d31ca1d93e639282cd7b5
Cr-Commit-Position: refs/heads/master@{#381693}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+328 lines, -680 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl_private.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_process_host.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_process_host_ui_shim.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/browser/renderer_host/gpu_message_filter.h
|
View
|
1
2
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/gpu_message_filter.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.h
|
View
|
1
2
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+77 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
|
6 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/child_process_messages.h
|
View
|
1
2
|
3 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/common/content_message_generator.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/content_param_traits_macros.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/command_buffer_proxy_impl.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/gpu_channel_host.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
D |
content/common/gpu/gpu_host_messages.h
|
View
|
1
|
1 chunk |
+0 lines, -314 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+12 lines, -88 lines |
0 comments
|
Download
|
 |
A |
content/common/gpu/gpu_param_traits.h
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/gpu/gpu_param_traits.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A |
content/common/gpu/gpu_param_traits_macros.h
|
View
|
1
2
3
4
5
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/media_messages.h
|
View
|
1
2
|
2 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/content.gyp
|
View
|
1
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_gpu.gypi
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/gpu/BUILD.gn
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/gpu/content_gpu_message_generator.h
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/gpu/content_gpu_message_generator.cc
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/gpu/gpu_host_messages.h
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_main.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/gpu_benchmarking_extension.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 51 (26 generated)
|