| Index: cc/ipc/render_pass_id.mojom
|
| diff --git a/services/shell/background/tests/test.mojom b/cc/ipc/render_pass_id.mojom
|
| similarity index 69%
|
| copy from services/shell/background/tests/test.mojom
|
| copy to cc/ipc/render_pass_id.mojom
|
| index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..90eee184925025d5d948c49e6af692ec5ec2a04e 100644
|
| --- a/services/shell/background/tests/test.mojom
|
| +++ b/cc/ipc/render_pass_id.mojom
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module shell.mojom;
|
| +module cc.mojom;
|
|
|
| -interface TestService {
|
| - Test() => ();
|
| +struct RenderPassId {
|
| + int32 layer_id;
|
| + uint32 index;
|
| };
|
|
|