| 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 {
|
|
|