diff options
Diffstat (limited to 'cc/trees/layer_tree_host_impl.cc')
-rw-r--r-- | cc/trees/layer_tree_host_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc index 8050377..3b97191 100644 --- a/cc/trees/layer_tree_host_impl.cc +++ b/cc/trees/layer_tree_host_impl.cc @@ -2115,6 +2115,7 @@ void LayerTreeHostImpl::SetViewportSize(const gfx::Size& device_viewport_size) { UpdateInnerViewportContainerSize(); client_->OnCanDrawStateChanged(CanDraw()); SetFullRootLayerDamage(); + active_tree_->set_needs_update_draw_properties(); } void LayerTreeHostImpl::SetOverdrawBottomHeight(float overdraw_bottom_height) { |