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

Unified Diff: cc/ipc/quads.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/cc_param_traits_unittest.cc ('k') | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 111e0fc4e28877376d03a3cba1629c1368c8611b..5e61a06c97f852cf83b38f691fc777d452186d0d 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -26,9 +26,6 @@ struct RenderPassQuadState {
gfx.mojom.Vector2dF mask_uv_scale;
gfx.mojom.Size mask_texture_size;
- // Post-processing filters, applied to the pixels in the render pass' texture.
- cc.mojom.FilterOperations filters;
-
// The scale from layer space of the root layer of the render pass to
// the render pass physical pixels. This scale is applied to the filter
// parameters for pixel-moving filters. This scale should include
@@ -39,10 +36,6 @@ struct RenderPassQuadState {
// original primitive. This used to correctly position crop rects, lights,
// etc.
gfx.mojom.PointF filters_origin;
-
- // Post-processing filters, applied to the pixels showing through the
- // background of the render pass, from behind it.
- cc.mojom.FilterOperations background_filters;
};
struct SolidColorQuadState {
« no previous file with comments | « cc/ipc/cc_param_traits_unittest.cc ('k') | cc/ipc/quads_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698