| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 8bc1ee76d40d7519e5254ea0237b41d1a29e973c..123de66add738ec04eb14525ead0bb1b99e924aa 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -275,7 +275,7 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| // Distribute the root scroll between outer and inner viewport scroll layer.
|
| // The outer viewport scroll layer scrolls first.
|
| - void DistributeRootScrollOffset(const gfx::ScrollOffset& root_offset);
|
| + bool DistributeRootScrollOffset(const gfx::ScrollOffset& root_offset);
|
|
|
| void ApplyScroll(LayerImpl* layer, ScrollState* scroll_state) {
|
| layer_tree_host_impl_->ApplyScroll(layer, scroll_state);
|
|
|