| Index: cc/layers/layer_sticky_position_constraint.cc
|
| diff --git a/cc/layers/layer_sticky_position_constraint.cc b/cc/layers/layer_sticky_position_constraint.cc
|
| index 0fc0af84a8e890436cdb68c3a934637253f63038..9764d79ac0b611e5363a0047eb8e910c422fef2a 100644
|
| --- a/cc/layers/layer_sticky_position_constraint.cc
|
| +++ b/cc/layers/layer_sticky_position_constraint.cc
|
| @@ -30,6 +30,8 @@ LayerStickyPositionConstraint::LayerStickyPositionConstraint(
|
| right_offset(other.right_offset),
|
| top_offset(other.top_offset),
|
| bottom_offset(other.bottom_offset),
|
| + parent_relative_sticky_box_offset(
|
| + other.parent_relative_sticky_box_offset),
|
| scroll_container_relative_sticky_box_rect(
|
| other.scroll_container_relative_sticky_box_rect),
|
| scroll_container_relative_containing_block_rect(
|
|
|