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

Unified Diff: cc/ipc/BUILD.gn

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests Created 4 years, 2 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/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 50a707e544ad630c006019a0f9499f4a037732e3..53b3fec7e6dd908721f8e35e3e356cd2d78bd702 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -44,6 +44,7 @@ mojom("interfaces") {
"filter_operation.mojom",
"filter_operations.mojom",
"frame_sink_id.mojom",
+ "local_frame_id.mojom",
"mojo_compositor_frame_sink.mojom",
"quads.mojom",
"render_pass.mojom",
@@ -86,6 +87,7 @@ source_set("struct_traits") {
"filter_operation_struct_traits.h",
"filter_operations_struct_traits.h",
"frame_sink_id_struct_traits.h",
+ "local_frame_id_struct_traits.h",
"quads_struct_traits.cc",
"quads_struct_traits.h",
"render_pass_id_struct_traits.h",

Powered by Google App Engine
This is Rietveld 408576698