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

Unified Diff: cc/ipc/filter_operations.mojom

Issue 2047573005: Implement cc::FilterOperations StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Plumb cc::FilterOperations to mus 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 | « cc/ipc/BUILD.gn ('k') | cc/ipc/filter_operations.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/filter_operations.mojom
diff --git a/cc/ipc/render_pass_id.mojom b/cc/ipc/filter_operations.mojom
similarity index 55%
copy from cc/ipc/render_pass_id.mojom
copy to cc/ipc/filter_operations.mojom
index 90eee184925025d5d948c49e6af692ec5ec2a04e..9e94216aefe2c30443cac53624263a9f0cfad188 100644
--- a/cc/ipc/render_pass_id.mojom
+++ b/cc/ipc/filter_operations.mojom
@@ -4,7 +4,10 @@
module cc.mojom;
-struct RenderPassId {
- int32 layer_id;
- uint32 index;
+import "cc/ipc/filter_operation.mojom";
+
+// See cc/output/filter_operations.h.
+struct FilterOperations {
+ array<cc.mojom.FilterOperation> operations;
};
+
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/filter_operations.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698