| Index: cc/trees/scroll_node.h
|
| diff --git a/cc/trees/scroll_node.h b/cc/trees/scroll_node.h
|
| index 4ebb7954edb9bb02c67bc27d5a8499711b151de4..f68fd59e1e10d4d71600dda4d60990592f82fc55 100644
|
| --- a/cc/trees/scroll_node.h
|
| +++ b/cc/trees/scroll_node.h
|
| @@ -57,8 +57,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;
|
| void AsValueInto(base::trace_event::TracedValue* value) const;
|
|
|