Index: ui/native_theme/native_theme_base.cc |
diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc |
index 090279f0c902da4badabe5b1ecb4ab9a884bfa48..1a7837ef3ebc6161d32094f9b56b21ebf3f759e7 100644 |
--- a/ui/native_theme/native_theme_base.cc |
+++ b/ui/native_theme/native_theme_base.cc |
@@ -173,8 +173,8 @@ void NativeThemeBase::PaintStateTransition(SkCanvas* canvas, |
switch (part) { |
case kScrollbarHorizontalThumb: |
case kScrollbarVerticalThumb: |
- PaintScrollbarThumbStateTransition( |
- canvas, startState, endState, progress, rect); |
+ PaintScrollbarThumbStateTransition(canvas, part, startState, endState, |
+ progress, rect); |
break; |
default: |
NOTREACHED() << "Does not support state transition for this part:" |