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

Unified Diff: cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc

Issue 17550008: Make IsSolidColor() a property on CC scrollbar layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Jochen's comments. Created 7 years, 6 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
« no previous file with comments | « no previous file | cc/base/switches.h » ('j') | cc/base/switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
diff --git a/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
index e4aef862b2117f833d1c07b7fb7dc0c5a130e8a1..a854b8f7c7f1fae1bfd022d27e5f6f7d402220af 100644
--- a/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
+++ b/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
@@ -21,7 +21,7 @@ class ScrollbarAnimationControllerLinearFadeTest : public testing::Test {
virtual void SetUp() {
scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
scrollbar_layer_ = ScrollbarLayerImpl::Create(
- host_impl_.active_tree(), 2, HORIZONTAL);
+ host_impl_.active_tree(), 2, HORIZONTAL, false);
scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(50, 50));
scroll_layer_->SetBounds(gfx::Size(50, 50));
« no previous file with comments | « no previous file | cc/base/switches.h » ('j') | cc/base/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698