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

Unified Diff: cc/trees/transform_node.cc

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 years, 3 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/transform_node.cc
diff --git a/cc/trees/transform_node.cc b/cc/trees/transform_node.cc
index dd62aa88532398b461d5e544e8ed899dcce225f4..0060c3a06e05e5b66bdedc4d25df13360caea597 100644
--- a/cc/trees/transform_node.cc
+++ b/cc/trees/transform_node.cc
@@ -15,6 +15,7 @@ TransformNode::TransformNode()
: id(-1),
parent_id(-1),
owner_id(-1),
+ sticky_position_constraint_id(-1),
source_node_id(-1),
sorting_context_id(0),
needs_local_transform_update(true),
« no previous file with comments | « cc/trees/transform_node.h ('k') | third_party/WebKit/LayoutTests/fast/css/sticky/sticky-scrolls-on-main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698