Chromium Code Reviews| Index: cc/ipc/frame_sink_id.mojom |
| diff --git a/cc/ipc/render_pass_id.mojom b/cc/ipc/frame_sink_id.mojom |
| similarity index 76% |
| copy from cc/ipc/render_pass_id.mojom |
| copy to cc/ipc/frame_sink_id.mojom |
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..b8fb286fe883dc8cc0782d867ed452861f85b268 100644 |
| --- a/cc/ipc/render_pass_id.mojom |
| +++ b/cc/ipc/frame_sink_id.mojom |
| @@ -4,7 +4,7 @@ |
| module cc.mojom; |
| -struct RenderPassId { |
| - int32 layer_id; |
| - uint32 index; |
| +struct FrameSinkId { |
| + uint32 client_id; |
| + uint32 sink_id; |
| }; |