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

Unified Diff: cc/trees/property_tree_builder.cc

Issue 2044803002: cc: Clear always_use_active_tree_opacity_effect_ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « cc/layers/scrollbar_layer_unittest.cc ('k') | no next file » | 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 7343b242fad6609a304c34339e574f89fbb757d3..3e785ebb1f5bed1e1660d641bef2264d83809045 100644
--- a/cc/trees/property_tree_builder.cc
+++ b/cc/trees/property_tree_builder.cc
@@ -1230,6 +1230,8 @@ void BuildPropertyTreesTopLevelInternal(
data_for_recursion.property_trees->effect_id_to_index_map.clear();
data_for_recursion.property_trees->clip_id_to_index_map.clear();
data_for_recursion.property_trees->scroll_id_to_index_map.clear();
+ data_for_recursion.property_trees->always_use_active_tree_opacity_effect_ids
+ .clear();
jaydasika 2016/06/07 04:17:35 I think all clearing code should go into a single
ClipNode root_clip;
root_clip.data.resets_clip = true;
« no previous file with comments | « cc/layers/scrollbar_layer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698