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

Unified Diff: cc/trees/property_tree.h

Issue 2883713002: Document some transform node animation fields. (Closed)
Patch Set: Fix comment on node_and_ancestors_are_animated_or_invertible. Created 3 years, 7 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 601cbaf2f74d77f52e744ff0a075d93fd59b904c..f6c9e1ccd14a0b43f77a958709247a80c5cc2466 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -301,6 +301,8 @@ class CC_EXPORT TransformTree final : public PropertyTree<TransformNode> {
float device_transform_scale_factor_;
std::vector<int> nodes_affected_by_inner_viewport_bounds_delta_;
std::vector<int> nodes_affected_by_outer_viewport_bounds_delta_;
+ // TODO(wkorman): Consider renaming cached_data_ to better describe what's
chrishtr 2017/05/13 01:07:18 Not sure if this needs to be a TODO in the code.
wkorman 2017/05/15 19:48:27 Done.
+ // cached.
std::vector<TransformCachedNodeData> cached_data_;
std::vector<StickyPositionNodeData> sticky_position_data_;
};

Powered by Google App Engine
This is Rietveld 408576698