|
services/ui: Rename a few gpu-related classes.
. Rename GpuServiceMus to GpuServiceInternal.
. Rename GpuServiceImpl to GpuServiceProxy, and move it into the
window-server directory.
. Instead of creating a new instance of GpuServiceProxy for each
client, update GpuServiceProxy so that a single instance can service
all clients
BUG= 613366
Committed: https://crrev.com/c3a1438df0ff289a410fa52e47d0910c9f7d42ec
Cr-Commit-Position: refs/heads/master@{#414200}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+105 lines, -639 lines) |
Patch |
 |
M |
services/ui/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
D |
services/ui/gpu/gpu_service_impl.h
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
services/ui/gpu/gpu_service_impl.cc
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
A + |
services/ui/gpu/gpu_service_internal.h
|
View
|
1
|
4 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
services/ui/gpu/gpu_service_internal.cc
|
View
|
|
12 chunks |
+34 lines, -32 lines |
0 comments
|
Download
|
 |
D |
services/ui/gpu/gpu_service_mus.h
|
View
|
|
1 chunk |
+0 lines, -170 lines |
0 comments
|
Download
|
 |
D |
services/ui/gpu/gpu_service_mus.cc
|
View
|
|
1 chunk |
+0 lines, -278 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/mus_gpu_memory_buffer_manager.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/mus_gpu_memory_buffer_manager.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/ui/service.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/service.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/surfaces/surfaces_context_provider.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/BUILD.gn
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
services/ui/ws/gpu_service_proxy.h
|
View
|
1
|
2 chunks |
+17 lines, -10 lines |
2 comments
|
Download
|
 |
A + |
services/ui/ws/gpu_service_proxy.cc
|
View
|
|
4 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 19 (10 generated)
|