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

Unified Diff: cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc

Issue 12927003: cc: Chromify FakeWebScrollbarThemeGeometry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »
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 08e80b0a738821208278f19426a257f87a748891..3522efcc89908f4ea771acbdb65a2cac782cd411 100644
--- a/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
+++ b/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
@@ -23,7 +23,7 @@ class ScrollbarAnimationControllerLinearFadeTest : public testing::Test {
scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
scoped_ptr<ScrollbarGeometryFixedThumb> geometry(
ScrollbarGeometryFixedThumb::Create(
- FakeWebScrollbarThemeGeometry::create(false)));
+ FakeWebScrollbarThemeGeometry::Create(false)));
scrollbar_layer_ = ScrollbarLayerImpl::Create(
host_impl_.active_tree(), 2, geometry.Pass());
« no previous file with comments | « no previous file | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698