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

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: Cleanup and add unit test for impl side sticky position update. 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 34dd9af559fc1794c303f866f99005321c2581dd..888b32b8b89faabd1373a97ad90cf7b08f5904af 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),

Powered by Google App Engine
This is Rietveld 408576698