| Index: cc/ipc/filter_operations.mojom
|
| diff --git a/cc/ipc/render_pass_id.mojom b/cc/ipc/filter_operations.mojom
|
| similarity index 55%
|
| copy from cc/ipc/render_pass_id.mojom
|
| copy to cc/ipc/filter_operations.mojom
|
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..9e94216aefe2c30443cac53624263a9f0cfad188 100644
|
| --- a/cc/ipc/render_pass_id.mojom
|
| +++ b/cc/ipc/filter_operations.mojom
|
| @@ -4,7 +4,10 @@
|
|
|
| module cc.mojom;
|
|
|
| -struct RenderPassId {
|
| - int32 layer_id;
|
| - uint32 index;
|
| +import "cc/ipc/filter_operation.mojom";
|
| +
|
| +// See cc/output/filter_operations.h.
|
| +struct FilterOperations {
|
| + array<cc.mojom.FilterOperation> operations;
|
| };
|
| +
|
|
|