| Index: cc/trees/scroll_node.h
|
| diff --git a/cc/trees/scroll_node.h b/cc/trees/scroll_node.h
|
| index 05154e43ea6013b55f24738637d232630a4b62c1..511b895ade6d5ec4ff5339b37838e276b9f59f88 100644
|
| --- a/cc/trees/scroll_node.h
|
| +++ b/cc/trees/scroll_node.h
|
| @@ -61,8 +61,6 @@ struct CC_EXPORT ScrollNode {
|
| bool user_scrollable_vertical;
|
| ElementId 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 ScrollNode& other) const;
|
|
|
|
|