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

Unified Diff: cc/ipc/begin_frame_args.mojom

Issue 2740833005: [cc] Pass on BeginFrameAcks from CompositorEBFS through RWHVAura, DFH. (Closed)
Patch Set: updated mojoms, rename new IPC. Created 3 years, 9 months 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 | « no previous file | cc/ipc/begin_frame_args.typemap » ('j') | cc/ipc/cc_param_traits_macros.h » ('J')
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 ad53658a220ea8725711689c96f20fa035f4d27b..7ad43a91215024e5a79846827049aab3bc10cf94 100644
--- a/cc/ipc/begin_frame_args.mojom
+++ b/cc/ipc/begin_frame_args.mojom
@@ -23,3 +23,12 @@ struct BeginFrameArgs {
BeginFrameArgsType type;
bool on_critical_path;
};
+
+// See cc/output/begin_frame_args.h.
+struct BeginFrameAck {
+ uint64 sequence_number;
+ uint64 latest_confirmed_sequence_number;
+ uint32 source_id;
+ uint32 remaining_frames;
+ bool has_damage;
+};
« no previous file with comments | « no previous file | cc/ipc/begin_frame_args.typemap » ('j') | cc/ipc/cc_param_traits_macros.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698