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

Unified Diff: services/ui/ws/frame_generator.cc

Issue 2278273004: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: Remove TODO. 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 a2beb8bc9ed98a528ede87c66da444585e37550b..4ab9589b8636c8dfeb4fd9c71a78377224b46d89 100644
--- a/services/ui/ws/frame_generator.cc
+++ b/services/ui/ws/frame_generator.cc
@@ -141,6 +141,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