| Index: cc/input/scrollbar_animation_controller_thinning.cc
|
| diff --git a/cc/input/scrollbar_animation_controller_thinning.cc b/cc/input/scrollbar_animation_controller_thinning.cc
|
| index 53e5895df73ed4e230ed758fdcaf203421fa91d6..1a124ddf05093f27f89e5506272a5f7449fed89d 100644
|
| --- a/cc/input/scrollbar_animation_controller_thinning.cc
|
| +++ b/cc/input/scrollbar_animation_controller_thinning.cc
|
| @@ -140,7 +140,7 @@ void ScrollbarAnimationControllerThinning::ApplyOpacityAndThumbThicknessScale(
|
| continue;
|
| float effective_opacity =
|
| scrollbar->CanScrollOrientation()
|
| - ? AdjustScale(opacity, scrollbar->opacity(), opacity_change_)
|
| + ? AdjustScale(opacity, scrollbar->Opacity(), opacity_change_)
|
| : 0;
|
|
|
| scrollbar->OnOpacityAnimated(effective_opacity);
|
|
|