| Index: cc/trees/property_tree_builder.cc
|
| diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
|
| index edc102623e0f4d50260d61e4b7850fde76c12804..a8398bc55ecd84ca4b8d2b591ceb9e83a840fc88 100644
|
| --- a/cc/trees/property_tree_builder.cc
|
| +++ b/cc/trees/property_tree_builder.cc
|
| @@ -699,7 +699,7 @@ bool AddTransformNodeIfNeeded(
|
| sticky_data->scroll_ancestor = GetScrollParentId(data_from_ancestor, layer);
|
| sticky_data->main_thread_offset =
|
| layer->position().OffsetFromOrigin() -
|
| - sticky_data->constraints.scroll_container_relative_sticky_box_rect
|
| + sticky_data->constraints.parent_relative_sticky_box_offset
|
| .OffsetFromOrigin();
|
| }
|
|
|
|
|