Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2733)

Unified Diff: cc/animation/scrollbar_animation_controller_thinning_unittest.cc

Issue 234603002: Add support for setting TrackStart on solid color layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more unit test compile Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc ('k') | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698