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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2803913004: cc: Introduce embedded_surfaces in metadata for surface Ids in draw quads (Closed)
Patch Set: Addressed Dana's comments Created 3 years, 8 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 | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame_metadata.mojom
diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom
index eafa877100ea369e05aeeea58fe3d46024f67246..0b1a3d7b38844173979ef2267ab3be53b82ea43c 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -31,6 +31,7 @@ struct CompositorFrameMetadata {
Selection selection;
array<ui.mojom.LatencyInfo> latency_info;
array<SurfaceId> referenced_surfaces;
+ array<SurfaceId> embedded_surfaces;
bool can_activate_before_dependencies;
uint32 content_source_id;
BeginFrameAck begin_frame_ack;
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698