Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2091)

Unified Diff: cc/ipc/begin_frame_args.mojom

Issue 2583483002: [cc] Adds source_id and sequence_number to BeginFrameArgs. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698