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

Unified Diff: cc/trees/property_tree.h

Issue 1811423002: SubtreeShouldBeSkipped uses information from property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile failure Created 4 years, 9 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/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 9115702aa039f78a50c0cc9e0b8c63ba28d1a7cb..537355735964e997196b717bc393208657d3380f 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -263,6 +263,8 @@ struct CC_EXPORT EffectNodeData {
bool has_render_surface;
bool has_copy_request;
bool has_background_filters;
+ bool node_or_ancestor_has_background_filters;
+ bool to_screen_opacity_is_animated;
bool is_drawn;
bool has_animated_opacity;
// We need to track changes to effects on the compositor to compute damage

Powered by Google App Engine
This is Rietveld 408576698