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

Unified Diff: services/ui/ws/frame_generator.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/trees/property_tree_builder.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.cc
diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc
index b46f17f6a6c2111c0b87c788748d3cf2ecfd9fc1..1458c9568ed194d1d3c414fb116229c7e340e270 100644
--- a/services/ui/ws/frame_generator.cc
+++ b/services/ui/ws/frame_generator.cc
@@ -127,6 +127,7 @@ cc::CompositorFrame FrameGenerator::GenerateCompositorFrame(
0 /* mask_resource_id */, gfx::Vector2dF() /* mask_uv_scale */,
gfx::Size() /* mask_texture_size */, filters,
gfx::Vector2dF() /* filters_scale */,
+ gfx::PointF() /* filters_origin */,
cc::FilterOperations() /* background_filters */);
frame_data->render_pass_list.push_back(std::move(invert_pass));
}
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698