| 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 d8bf8f8058cf40c05cc12520ee8bef63c1816756..2727eda22cc3c034d9fe6add4d17d8c7918e63e8 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2322,6 +2322,9 @@ LayerTreeHostImpl::TakeCompletedImageDecodeCallbacks() {
|
| }
|
|
|
| void LayerTreeHostImpl::DidChangeScrollbarVisibility() {
|
| + // Need a commit since input handling for scrollbars is handled in Blink so
|
| + // we need to communicate to Blink when the compositor shows/hides the
|
| + // scrollbars.
|
| client_->SetNeedsCommitOnImplThread();
|
| }
|
|
|
|
|