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

Unified Diff: cc/trees/property_tree_builder.cc

Issue 2828353003: Determine mask UVs based on texture size (Closed)
Patch Set: Add tolerance to filter_effects.html Created 3 years, 8 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/layer_tree_host_unittest.cc ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree_builder.cc
diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
index 02fb9bd306c2b8b93b48fffb6e998c17914f2db7..400f0c911209e901ed8a6f4fdba6d221446916e4 100644
--- a/cc/trees/property_tree_builder.cc
+++ b/cc/trees/property_tree_builder.cc
@@ -900,7 +900,6 @@ bool AddEffectNodeIfNeeded(
node.opacity = Opacity(layer);
node.blend_mode = BlendMode(layer);
- node.unscaled_mask_target_size = layer->bounds();
node.has_render_surface = should_create_render_surface;
node.has_copy_request = HasCopyRequest(layer);
node.filters = Filters(layer);
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698