|
|
Add embedder api for participating in gpu logic
With new ContentGpuClient hook and GetGpuServiceRegistry, embedder can
register service in GPU process and query service registry in browser
process.
BUG=b/25057601
Committed: https://crrev.com/08377adbc7200d4a7e0e9821cfea0809ce61cd82
Cr-Commit-Position: refs/heads/master@{#376217}
Total comments: 14
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -10 lines) |
Patch |
 |
M |
content/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/app/content_main_runner.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_process_host.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_process_launch_causes.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_gpu.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/gpu/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/app/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/app/content_main_delegate.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/app/content_main_delegate.cc
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/gpu_service_registry.h
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/gpu_service_registry.cc
|
View
|
1
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_client.h
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_client.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/public/gpu/BUILD.gn
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/public/gpu/content_gpu_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
Total messages: 40 (15 generated)
|