Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index c966f75f132a66ac259d56504e5e50b3ac9e336d..b513009b0d3b41951ebdd0637be94936eb347b45 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -589,6 +589,9 @@ void Layer::SetPosition(const gfx::PointF& position) { |
StickyPositionNodeData* sticky_data = |
property_trees->transform_tree.StickyPositionData( |
transform_tree_index()); |
+ // TODO(smcgruer): Pass main thread sticky-shifting offsets of |
+ // non-promoted ancestors, or promote all ancestor sticky elements. |
+ // See http://crbug.com/702229 |
sticky_data->main_thread_offset = |
position.OffsetFromOrigin() - |
sticky_data->constraints.parent_relative_sticky_box_offset |