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

Unified Diff: cc/trees/property_tree.h

Issue 1884613005: cc : Simplify layer skipping logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 e1050728f1b7133a036ccf8f750efdec384bf384..ec333a935e1a4235c2f0bed9b988c4788a732385 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -271,7 +271,8 @@ struct CC_EXPORT EffectNodeData {
bool to_screen_opacity_is_animated;
bool hidden_by_backface_visibility;
bool double_sided;
- bool is_drawn;
+ bool is_drawn_on_active;
+ bool is_drawn_on_main_and_pending;
bool has_animated_opacity;
// We need to track changes to effects on the compositor to compute damage
// rect.

Powered by Google App Engine
This is Rietveld 408576698