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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2676373004: Implement service-side surface synchronization (Closed)
Patch Set: DisplayCompositorLockManager => SurfaceDependencyTracker. Added More Comments Created 3 years, 10 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
Index: cc/ipc/compositor_frame_metadata.mojom
diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom
index 992f53d40f683436594d6cc4578e5aaf4ac374b2..8345b4dc360b315fc5cd5fdbc0af6dfae8d89cd9 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -30,4 +30,5 @@ struct CompositorFrameMetadata {
Selection selection;
array<ui.mojom.LatencyInfo> latency_info;
array<SurfaceId> referenced_surfaces;
+ bool respect_deadline;
vmpstr 2017/02/07 22:46:19 As an aside, should there some ordering to these v
Fady Samuel 2017/02/08 00:52:48 Yes, we should probably move all bools to the bott
};
« no previous file with comments | « no previous file | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | cc/surfaces/pending_frame_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698