|
ozone: gpu: Add plumbing for platform-specific gpu messaging
ChromeOS without X11 will do display configuration and cursor
movement from the GPU process. This is the conduit for the messages
needed to make this work.
This plumbing also supports other platforms with similar requirements
(e.g. wayland's port). X11 does not need any specific messaging here,
since we just call the X server from the browser.
BUG= 377497
TEST=content_shell --ozone-platform=egltest
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278465
Total comments: 18
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+240 lines, -0 lines) |
Patch |
 |
M |
content/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_process_host_ui_shim.cc
|
View
|
1
2
3
|
4 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
1
2
3
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/gpu/gpu_platform_support.h
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/gpu/gpu_platform_support.cc
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/gpu/gpu_platform_support_host.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/gpu/gpu_platform_support_host.cc
|
View
|
1
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/ozone.gyp
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/ozone_platform.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/caca/ozone_platform_caca.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/ozone_platform_dri.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/ozone_platform_gbm.cc
|
View
|
1
2
3
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/test/ozone_platform_test.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|