| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 753becab92d2677c44766c1b9835ed0ddf6a8889..b3a3fc401be8dbc5e2e86cfc9832bbf742cd3e16 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -539,8 +539,6 @@ void LayerImpl::PushPropertiesTo(LayerImpl* layer) {
|
| layer->set_user_scrollable_horizontal(user_scrollable_horizontal_);
|
| layer->set_user_scrollable_vertical(user_scrollable_vertical_);
|
|
|
| - layer->SetScrollCompensationAdjustment(scroll_compensation_adjustment_);
|
| -
|
| layer->Set3dSortingContextId(sorting_context_id_);
|
| layer->SetNumDescendantsThatDrawContent(num_descendants_that_draw_content_);
|
|
|
|
|