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

Unified Diff: cc/animation/scrollbar_animation_controller_linear_fade.cc

Issue 637283004: Fix CanScrollOrientation method name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/animation/scrollbar_animation_controller_thinning.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.cc
diff --git a/cc/animation/scrollbar_animation_controller_linear_fade.cc b/cc/animation/scrollbar_animation_controller_linear_fade.cc
index f65fd727ac4fe50f9c8666ac3489a8426eb59b6a..1b5dfd933daf117cdacc272b4d9cdb11c26d2def 100644
--- a/cc/animation/scrollbar_animation_controller_linear_fade.cc
+++ b/cc/animation/scrollbar_animation_controller_linear_fade.cc
@@ -64,7 +64,7 @@ void ScrollbarAnimationControllerLinearFade::ApplyOpacityToScrollbars(
ScrollbarLayerImplBase* scrollbar = *it;
if (scrollbar->is_overlay_scrollbar())
- scrollbar->SetOpacity(scrollbar->can_scroll_orientation() ? opacity : 0);
+ scrollbar->SetOpacity(scrollbar->CanScrollOrientation() ? opacity : 0);
}
}
« no previous file with comments | « no previous file | cc/animation/scrollbar_animation_controller_thinning.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698