Index: cc/input/scroll_elasticity_helper.cc |
diff --git a/cc/input/scroll_elasticity_helper.cc b/cc/input/scroll_elasticity_helper.cc |
index 6b55182098e0ab38248b953be6efc2ecc0533700..413d64f6bf9b285a35e599e39f5aa0fb4cb28700 100644 |
--- a/cc/input/scroll_elasticity_helper.cc |
+++ b/cc/input/scroll_elasticity_helper.cc |
@@ -58,7 +58,7 @@ void ScrollElasticityHelperImpl::SetStretchAmount( |
layer_tree_host_impl_->active_tree()->set_needs_update_draw_properties(); |
layer_tree_host_impl_->SetNeedsCommit(); |
layer_tree_host_impl_->SetNeedsRedraw(); |
- layer_tree_host_impl_->SetFullRootLayerDamage(); |
+ layer_tree_host_impl_->SetFullViewportDamage(); |
} |
gfx::ScrollOffset ScrollElasticityHelperImpl::ScrollOffset() const { |