| Index: cc/ipc/render_pass.mojom
|
| diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
|
| index 954f9cda7bf2b187862885a60253f56462c4c8fa..cbc94be6179f8c7d1b05fced0abd80701f4ed1cf 100644
|
| --- a/cc/ipc/render_pass.mojom
|
| +++ b/cc/ipc/render_pass.mojom
|
| @@ -7,6 +7,7 @@ module cc.mojom;
|
| import "cc/ipc/filter_operations.mojom";
|
| import "cc/ipc/quads.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| +import "ui/gfx/mojo/color_space.mojom";
|
| import "ui/gfx/mojo/transform.mojom";
|
|
|
| // See cc/quads/render_pass.h.
|
| @@ -17,6 +18,7 @@ struct RenderPass {
|
| gfx.mojom.Transform transform_to_root_target;
|
| cc.mojom.FilterOperations filters;
|
| cc.mojom.FilterOperations background_filters;
|
| + gfx.mojom.ColorSpace color_space;
|
| bool has_transparent_background;
|
| array<DrawQuad> quad_list;
|
| };
|
|
|