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

Unified Diff: cc/trees/property_tree.h

Issue 1882413006: cc: Construct the RSLL without using layer hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments 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
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index eff9594593e6759a1d2b7cb62b7157289088f4fc..14cacd4e499a4dad7740c91fc383ece8ddfeafa0 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -306,6 +306,8 @@ struct CC_EXPORT ScrollNodeData {
bool user_scrollable_vertical;
int element_id;
int transform_id;
+ // Number of drawn layers pointing to this node or any of its descendants.
+ int num_drawn_descendants;
bool operator==(const ScrollNodeData& other) const;
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698