| Index: cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| diff --git a/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc b/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| index 4486a87c5b07b9d33caf0c955050689c5037bd9f..50659ff44d89ec429021a2a5b1f05eba3d84ce9f 100644
|
| --- a/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| +++ b/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| @@ -21,10 +21,11 @@ using testing::_;
|
| namespace cc {
|
| namespace {
|
|
|
| -// These constants are hard-coded and should match the values in
|
| -// single_scrollbar_animation_controller_thinning.cc.
|
| -const float kIdleThicknessScale = 0.4f;
|
| -const float kDefaultMouseMoveDistanceToTriggerAnimation = 25.f;
|
| +const float kIdleThicknessScale =
|
| + SingleScrollbarAnimationControllerThinning::kIdleThicknessScale;
|
| +const float kDefaultMouseMoveDistanceToTriggerAnimation =
|
| + SingleScrollbarAnimationControllerThinning::
|
| + kDefaultMouseMoveDistanceToTriggerAnimation;
|
|
|
| class MockSingleScrollbarAnimationControllerClient
|
| : public ScrollbarAnimationControllerClient {
|
|
|