| Index: services/ui/public/interfaces/surface.mojom
|
| diff --git a/services/ui/public/interfaces/surface.mojom b/services/ui/public/interfaces/surface.mojom
|
| index 714a9f16dc99846fb52d6ab3b31f2a61e303e1f4..12a99f6b5211dad4f396805f60bc82066d98c87d 100644
|
| --- a/services/ui/public/interfaces/surface.mojom
|
| +++ b/services/ui/public/interfaces/surface.mojom
|
| @@ -14,6 +14,7 @@ interface Surface {
|
| // After the submitted frame is drawn for the first time, the receiver will
|
| // respond to the SubmitFrame message. Clients should use this acknowledgement
|
| // to ratelimit frame submissions.
|
| + // TODO(fsamuel): Add local ID and nonce.
|
| SubmitCompositorFrame(cc.mojom.CompositorFrame frame) => ();
|
| };
|
|
|
|
|