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

Unified Diff: cc/test/surface_hittest_test_helpers.cc

Issue 2278273004: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: SkPoint -> FloatPoint, gfx::PointF as appropriate. 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
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,

Powered by Google App Engine
This is Rietveld 408576698