| Index: cc/ipc/begin_frame_args.mojom
|
| diff --git a/cc/ipc/begin_frame_args.mojom b/cc/ipc/begin_frame_args.mojom
|
| index 8b16c62a4a8cf19058c05f50c930c9cd78313f4c..142f7d0cdad3f56f5a52bd6e96ac8ea37af71801 100644
|
| --- a/cc/ipc/begin_frame_args.mojom
|
| +++ b/cc/ipc/begin_frame_args.mojom
|
| @@ -15,6 +15,8 @@ enum BeginFrameArgsType {
|
|
|
| // See cc/output/begin_frame_args.h.
|
| struct BeginFrameArgs {
|
| + uint32 source_id;
|
| + uint64 sequence_number;
|
| mojo.common.mojom.TimeTicks frame_time;
|
| mojo.common.mojom.TimeTicks deadline;
|
| mojo.common.mojom.TimeDelta interval;
|
|
|