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

Unified Diff: cc/ipc/begin_frame_args.mojom

Issue 2583483002: [cc] Adds source_id and sequence_number to BeginFrameArgs. (Closed)
Patch Set: fix field ordering 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
« no previous file with comments | « cc/blimp/layer_tree_host_remote.cc ('k') | cc/ipc/begin_frame_args_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ad53658a220ea8725711689c96f20fa035f4d27b 100644
--- a/cc/ipc/begin_frame_args.mojom
+++ b/cc/ipc/begin_frame_args.mojom
@@ -18,6 +18,8 @@ struct BeginFrameArgs {
mojo.common.mojom.TimeTicks frame_time;
mojo.common.mojom.TimeTicks deadline;
mojo.common.mojom.TimeDelta interval;
+ uint64 sequence_number;
+ uint32 source_id;
BeginFrameArgsType type;
bool on_critical_path;
};
« no previous file with comments | « cc/blimp/layer_tree_host_remote.cc ('k') | cc/ipc/begin_frame_args_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698