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

Unified Diff: cc/scrollbar_animation_controller_linear_fade.cc

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings 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 | « cc/scheduler_unittest.cc ('k') | cc/scrollbar_animation_controller_linear_fade_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scrollbar_animation_controller_linear_fade.cc
diff --git a/cc/scrollbar_animation_controller_linear_fade.cc b/cc/scrollbar_animation_controller_linear_fade.cc
index 611d56c9ede5738507edc74dd2c95dbb2b6ad032..89e998def9fda05f61fc404c2f82caaa17e3c18b 100644
--- a/cc/scrollbar_animation_controller_linear_fade.cc
+++ b/cc/scrollbar_animation_controller_linear_fade.cc
@@ -31,7 +31,7 @@ ScrollbarAnimationControllerLinearFade::~ScrollbarAnimationControllerLinearFade(
bool ScrollbarAnimationControllerLinearFade::animate(base::TimeTicks now)
{
float opacity = opacityAtTime(now);
- m_scrollLayer->setScrollbarOpacity(opacity);
+ m_scrollLayer->SetScrollbarOpacity(opacity);
return opacity;
}
« no previous file with comments | « cc/scheduler_unittest.cc ('k') | cc/scrollbar_animation_controller_linear_fade_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698