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

Unified Diff: cc/input/scrollbar_animation_controller_thinning.cc

Issue 2018833002: cc : Delete LayerImpl::opacity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/input/scrollbar_animation_controller_thinning.cc
diff --git a/cc/input/scrollbar_animation_controller_thinning.cc b/cc/input/scrollbar_animation_controller_thinning.cc
index 53e5895df73ed4e230ed758fdcaf203421fa91d6..1a124ddf05093f27f89e5506272a5f7449fed89d 100644
--- a/cc/input/scrollbar_animation_controller_thinning.cc
+++ b/cc/input/scrollbar_animation_controller_thinning.cc
@@ -140,7 +140,7 @@ void ScrollbarAnimationControllerThinning::ApplyOpacityAndThumbThicknessScale(
continue;
float effective_opacity =
scrollbar->CanScrollOrientation()
- ? AdjustScale(opacity, scrollbar->opacity(), opacity_change_)
+ ? AdjustScale(opacity, scrollbar->Opacity(), opacity_change_)
: 0;
scrollbar->OnOpacityAnimated(effective_opacity);

Powered by Google App Engine
This is Rietveld 408576698