| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 346b89406e7e240e1ae92d37a9a93b488e1da678..b6542ad969759f8f7e962cced32ac2ff627b93f1 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1302,6 +1302,8 @@ CompositorFrameMetadata LayerTreeHostImpl::MakeCompositorFrameMetadata() const {
|
| metadata.location_bar_content_translation =
|
| gfx::Vector2dF(0.f, top_controls_manager_->content_top_offset());
|
| metadata.overdraw_bottom_height = overdraw_bottom_height_;
|
| + metadata.allow_delayed_resize =
|
| + !active_tree_->has_fixed_to_bottom_edge_layer();
|
| }
|
|
|
| if (!RootScrollLayer())
|
|
|