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

Unified Diff: cc/surfaces/surface_aggregator.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/quads/render_pass_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_aggregator.cc
diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
index c7a3b8e0d1825d0b6558a549c98e0fa9096c34e7..e7a955a8b5bd2f94a9b1551feb22a30b920bf671 100644
--- a/cc/surfaces/surface_aggregator.cc
+++ b/cc/surfaces/surface_aggregator.cc
@@ -294,16 +294,10 @@ void SurfaceAggregator::HandleSurfaceQuad(
RenderPassDrawQuad* quad =
dest_pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>();
- quad->SetNew(shared_quad_state,
- surface_quad->rect,
- surface_quad->visible_rect,
- remapped_pass_id,
- 0,
- gfx::Vector2dF(),
- gfx::Size(),
- FilterOperations(),
- gfx::Vector2dF(),
- FilterOperations());
+ quad->SetNew(shared_quad_state, surface_quad->rect,
+ surface_quad->visible_rect, remapped_pass_id, 0,
+ gfx::Vector2dF(), gfx::Size(), FilterOperations(),
+ gfx::Vector2dF(), gfx::PointF(), FilterOperations());
}
referenced_surfaces_.erase(it);
« no previous file with comments | « cc/quads/render_pass_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698