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 8f74c7c6abeb31258d2150f3b80c8ec6977e5efd..01dc9e3b14b6cc6027dd7d4ac9fff0b02be36c67 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()) |