| Index: cc/animation/scrollbar_animation_controller_thinning_unittest.cc
|
| diff --git a/cc/animation/scrollbar_animation_controller_thinning_unittest.cc b/cc/animation/scrollbar_animation_controller_thinning_unittest.cc
|
| index 383ce22b88a09dde1c10abb7689810ab4e45331e..ff036a6a29d7eb4e431a5bfdbe0c4694455fda50 100644
|
| --- a/cc/animation/scrollbar_animation_controller_thinning_unittest.cc
|
| +++ b/cc/animation/scrollbar_animation_controller_thinning_unittest.cc
|
| @@ -29,6 +29,7 @@ class ScrollbarAnimationControllerThinningTest : public testing::Test {
|
|
|
| const int kId = 2;
|
| const int kThumbThickness = 10;
|
| + const int kTrackStart = 0;
|
| const bool kIsLeftSideVerticalScrollbar = false;
|
| const bool kIsOverlayScrollbar = true;
|
| scrollbar_layer_ =
|
| @@ -36,6 +37,7 @@ class ScrollbarAnimationControllerThinningTest : public testing::Test {
|
| kId,
|
| HORIZONTAL,
|
| kThumbThickness,
|
| + kTrackStart,
|
| kIsLeftSideVerticalScrollbar,
|
| kIsOverlayScrollbar);
|
|
|
|
|