| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index e4ec3c987ac9f2f6f38e362a915377a2b478c99c..eadc4043ab43621b06a0cc02fd7f4d000651856b 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -637,6 +637,7 @@ void LayerTreeImpl::FadeInPinchZoomScrollbars() {
|
|
|
| StartFadeInAnimation(PinchZoomScrollbarHorizontal());
|
| StartFadeInAnimation(PinchZoomScrollbarVertical());
|
| + SetNeedsRedraw();
|
| }
|
|
|
| static void StartFadeOutAnimation(LayerImpl* layer) {
|
| @@ -658,6 +659,7 @@ void LayerTreeImpl::FadeOutPinchZoomScrollbars() {
|
|
|
| StartFadeOutAnimation(PinchZoomScrollbarHorizontal());
|
| StartFadeOutAnimation(PinchZoomScrollbarVertical());
|
| + SetNeedsRedraw();
|
| }
|
|
|
| bool LayerTreeImpl::HasPinchZoomScrollbars() const {
|
|
|