|
Add IPC support for gfx::ColorSpace
This structure, passed browser->renderer, is not necessarily an
ICC profile, so we shouldn't be passing it around as a raw ICC
profile.
This also adds the build targets that we'll be using for other color
related structures in the near future. In particular, we will be adding a
color space structure that cannot be a full ICC profile (because they
are heavy, and sending them renderer->browser would be unsafe).
BUG= 622133
Committed: https://crrev.com/e0d9f3857bedccbd50584c260d071b4ad8ee2202
Cr-Commit-Position: refs/heads/master@{#406363}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -38 lines) |
Patch |
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/color_space.h
|
View
|
1
2
3
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/color/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/color/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/color/gfx_ipc_color.gyp
|
View
|
|
1 chunk |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/color/gfx_ipc_color.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/ipc/color/gfx_ipc_color_export.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/color/gfx_param_traits.h
|
View
|
|
2 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/ipc/color/gfx_param_traits.cc
|
View
|
1
2
3
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/ipc/color/gfx_param_traits_macros.h
|
View
|
1
2
3
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/geometry/gfx_param_traits.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/gfx_ipc.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 37 (24 generated)
|