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

Unified Diff: cc/test/surface_hittest_test_helpers.cc

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/test/surface_aggregator_test_helpers.cc ('k') | cc/trees/effect_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/surface_hittest_test_helpers.cc
diff --git a/cc/test/surface_hittest_test_helpers.cc b/cc/test/surface_hittest_test_helpers.cc
index c5338f41af521fc7da3f0f672434206993024569..a64533982d2f925e14b0cd3d80bf90c6e75ceda1 100644
--- a/cc/test/surface_hittest_test_helpers.cc
+++ b/cc/test/surface_hittest_test_helpers.cc
@@ -44,7 +44,7 @@ void CreateRenderPassDrawQuad(RenderPass* pass,
render_pass_quad->SetNew(pass->shared_quad_state_list.back(), quad_rect,
quad_rect, render_pass_id, ResourceId(),
gfx::Vector2dF(), gfx::Size(), FilterOperations(),
- gfx::Vector2dF(), FilterOperations());
+ gfx::Vector2dF(), gfx::PointF(), FilterOperations());
}
void CreateSurfaceDrawQuad(RenderPass* pass,
« no previous file with comments | « cc/test/surface_aggregator_test_helpers.cc ('k') | cc/trees/effect_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698