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

Unified Diff: cc/ipc/BUILD.gn

Issue 2032643002: Implement cc::SharedQuadState StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make blend_mode an int in the mojom Created 4 years, 6 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 | « no previous file | cc/ipc/shared_quad_state.mojom » ('j') | cc/ipc/shared_quad_state_struct_traits.h » ('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 5ff0696ff7942d418b9a5b6b28a28e3087cee832..710ac0ecc745150bc1daa9736047c1dce201eb02 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -40,6 +40,7 @@ mojom("interfaces") {
"begin_frame_args.mojom",
"render_pass_id.mojom",
"returned_resource.mojom",
+ "shared_quad_state.mojom",
"surface_id.mojom",
"transferable_resource.mojom",
]
@@ -48,6 +49,7 @@ mojom("interfaces") {
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
]
}
« no previous file with comments | « no previous file | cc/ipc/shared_quad_state.mojom » ('j') | cc/ipc/shared_quad_state_struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698