Index: cc/trees/property_tree.cc |
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc |
index 69a38965ae73ac11b248dfa7c4eed0c3171fb002..1dcf421f0687e2e54368e1cabd67689ea5df3552 100644 |
--- a/cc/trees/property_tree.cc |
+++ b/cc/trees/property_tree.cc |
@@ -802,7 +802,7 @@ void EffectTree::UpdateIsDrawn(EffectNode* node, EffectNode* parent_node) { |
// 2) Nodes that have a background filter. |
// 3) Nodes with animating screen space opacity on main thread or pending tree |
// are drawn if their parent is drawn irrespective of their opacity. |
- if (node->has_copy_request) |
+ if (node->has_copy_request || node->cache_render_surface) |
node->is_drawn = true; |
else if (EffectiveOpacity(node) == 0.f && |
(!node->has_potential_opacity_animation || |