| Index: cc/animation/scrollbar_animation_controller_thinning.cc
|
| diff --git a/cc/animation/scrollbar_animation_controller_thinning.cc b/cc/animation/scrollbar_animation_controller_thinning.cc
|
| index e95b5994ecf5a6d55daa1e864d795534807dc9a1..0405074b55a311b1c2f5fa5543a6219c5d4cdf20 100644
|
| --- a/cc/animation/scrollbar_animation_controller_thinning.cc
|
| +++ b/cc/animation/scrollbar_animation_controller_thinning.cc
|
| @@ -146,7 +146,7 @@ void ScrollbarAnimationControllerThinning::ApplyOpacityAndThumbThicknessScale(
|
| ScrollbarLayerImplBase* scrollbar = *it;
|
| if (scrollbar->is_overlay_scrollbar()) {
|
| float effectiveOpacity =
|
| - scrollbar->can_scroll_orientation()
|
| + scrollbar->CanScrollOrientation()
|
| ? AdjustScale(opacity, scrollbar->opacity(), opacity_change_)
|
| : 0;
|
|
|
|
|