| Index: cc/ipc/render_pass.mojom
|
| diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
|
| index a45a2ce180191cb50dd9a01f7e208cfe829558e9..4d6cc4c603520d83455f29db3ec3890a954e4d58 100644
|
| --- a/cc/ipc/render_pass.mojom
|
| +++ b/cc/ipc/render_pass.mojom
|
| @@ -4,6 +4,7 @@
|
|
|
| module cc.mojom;
|
|
|
| +import "cc/ipc/filter_operations.mojom";
|
| import "cc/ipc/render_pass_id.mojom";
|
| import "cc/ipc/quads.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| @@ -15,6 +16,8 @@ struct RenderPass {
|
| gfx.mojom.Rect output_rect;
|
| gfx.mojom.Rect damage_rect;
|
| gfx.mojom.Transform transform_to_root_target;
|
| + cc.mojom.FilterOperations filters;
|
| + cc.mojom.FilterOperations background_filters;
|
| bool has_transparent_background;
|
| array<DrawQuad> quad_list;
|
| };
|
|
|