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

Unified Diff: cc/ipc/begin_frame_args.mojom

Issue 2411793008: Adds BeginFrameControl via DevTools.
Patch Set: BFC prototype v2 with allow_latency_opts and waiting for BFOs. Created 4 years, 1 month 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_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 b0b784a445ec35ec5b93117b6234c220c126709b..7fdf5edee77699dda5c6a557ce285b124959a52d 100644
--- a/cc/ipc/begin_frame_args.mojom
+++ b/cc/ipc/begin_frame_args.mojom
@@ -20,4 +20,5 @@ struct BeginFrameArgs {
mojo.common.mojom.TimeDelta interval;
BeginFrameArgsType type;
bool on_critical_path;
+ bool allow_latency_optimizations;
};
« no previous file with comments | « no previous file | cc/ipc/begin_frame_args_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698