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

Unified Diff: cc/trees/property_tree_builder.cc

Issue 2050623006: cc: Clear always_use_active_tree_opacity_effect_ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
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 | « no previous file | 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 ba8b1b89face876004b002cef688ac108e7ba254..bd824ed126629bed7b54ee875658d12b23e361d5 100644
--- a/cc/trees/property_tree_builder.cc
+++ b/cc/trees/property_tree_builder.cc
@@ -1187,6 +1187,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();
ClipNode root_clip;
root_clip.data.resets_clip = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698