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

Unified Diff: cc/ipc/BUILD.gn

Issue 2541683004: Add/remove surface references via MojoCompositorFrameSink. (Closed)
Patch Set: Created 4 years 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/display_compositor.mojom » ('j') | cc/ipc/display_compositor.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 479a119d6fcf78c4825c8c54d31fe9206455c213..853f70803de124692ee28fc66f19c83b5ed9efeb 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -53,6 +53,7 @@ mojom("interfaces") {
"selection.mojom",
"shared_quad_state.mojom",
"surface_id.mojom",
+ "surface_reference.mojom",
"surface_sequence.mojom",
"transferable_resource.mojom",
]
@@ -110,6 +111,7 @@ source_set("struct_traits") {
"selection_struct_traits.h",
"shared_quad_state_struct_traits.h",
"surface_id_struct_traits.h",
+ "surface_reference_struct_traits.h",
"surface_sequence_struct_traits.h",
"transferable_resource_struct_traits.cc",
"transferable_resource_struct_traits.h",
« no previous file with comments | « no previous file | cc/ipc/display_compositor.mojom » ('j') | cc/ipc/display_compositor.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698