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

Unified Diff: cc/ipc/quads.mojom

Issue 2297213003: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: Created 4 years, 4 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/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 5de6917e91f3301ea1969b6333b93f391b2d74a1..a7444add392f5cace4ae008cbd9c13e512df7944 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -36,6 +36,11 @@ struct RenderPassQuadState {
// content-to-target-space scale, and device pixel ratio.
gfx.mojom.Vector2dF filters_scale;
+ // The offset from the bounds of the root layer to the origin of the
+ // 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;
« 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