| 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 36659f54319650a115266e2858959aa0dc0f5201..2045175a47e10afecfc80fa6f57b4f447c996899 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -936,6 +936,7 @@ CompositorFrameMetadata LayerTreeHostImpl::MakeCompositorFrameMetadata() const {
|
| gfx::Vector2dF(0.f, top_controls_manager_->controls_top_offset());
|
| metadata.location_bar_content_translation =
|
| gfx::Vector2dF(0.f, top_controls_manager_->content_top_offset());
|
| + metadata.overdraw_bottom_height = overdraw_bottom_height_;
|
| }
|
|
|
| if (!RootScrollLayer())
|
|
|