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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2789773003: Send FrameSwapMessageQueue's messages with a separate IPC (Closed)
Patch Set: rebased 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
Index: cc/ipc/compositor_frame_metadata.mojom
diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom
index c9e02d585449712161cd34e92005371136c911fc..906070d3c9d00a9b426f7bb304d01ff445b73bb8 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -34,4 +34,5 @@ struct CompositorFrameMetadata {
bool can_activate_before_dependencies;
uint32 content_source_id;
BeginFrameAck begin_frame_ack;
+ uint32 frame_token;
};

Powered by Google App Engine
This is Rietveld 408576698