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

Unified Diff: cc/ipc/render_pass.mojom

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (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
Index: cc/ipc/render_pass.mojom
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
index a45a2ce180191cb50dd9a01f7e208cfe829558e9..4d6cc4c603520d83455f29db3ec3890a954e4d58 100644
--- a/cc/ipc/render_pass.mojom
+++ b/cc/ipc/render_pass.mojom
@@ -4,6 +4,7 @@
module cc.mojom;
+import "cc/ipc/filter_operations.mojom";
import "cc/ipc/render_pass_id.mojom";
import "cc/ipc/quads.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
@@ -15,6 +16,8 @@ struct RenderPass {
gfx.mojom.Rect output_rect;
gfx.mojom.Rect damage_rect;
gfx.mojom.Transform transform_to_root_target;
+ cc.mojom.FilterOperations filters;
+ cc.mojom.FilterOperations background_filters;
bool has_transparent_background;
array<DrawQuad> quad_list;
};

Powered by Google App Engine
This is Rietveld 408576698