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

Unified Diff: cc/trees/draw_property_utils.cc

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: fix layout tests Created 3 years, 6 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/trees/draw_property_utils.cc
diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
index c9c729d32d014a59d63e81a0cbb80d7939cb4ef4..f84d0be94106c4d5f8afbbe7826131ee622e9ff5 100644
--- a/cc/trees/draw_property_utils.cc
+++ b/cc/trees/draw_property_utils.cc
@@ -1032,6 +1032,7 @@ void ComputeMaskDrawProperties(LayerImpl* mask_layer,
property_trees->transform_tree);
mask_layer->draw_properties().visible_layer_rect =
gfx::Rect(mask_layer->bounds());
+ mask_layer->draw_properties().opacity = 1;
}
void ComputeSurfaceDrawProperties(PropertyTrees* property_trees,

Powered by Google App Engine
This is Rietveld 408576698