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

Unified Diff: cc/ipc/render_pass.mojom

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Rebase again 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 | « cc/ipc/quads_struct_traits.cc ('k') | cc/ipc/render_pass_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/render_pass.mojom
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
index 2747e2a4fe2ef5ba4092df5da2dc2fbae9bddc2c..954f9cda7bf2b187862885a60253f56462c4c8fa 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/quads.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/gfx/mojo/transform.mojom";
@@ -14,6 +15,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;
};
« no previous file with comments | « cc/ipc/quads_struct_traits.cc ('k') | cc/ipc/render_pass_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698