Index: chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc |
diff --git a/chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc b/chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc |
index aa0642821e61bc5cfe4d5932bf978aca44f60377..c1077de275b0f2d731374419a7fb2d2e7d32502c 100644 |
--- a/chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc |
+++ b/chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc |
@@ -14,6 +14,6 @@ ScrollEndEffectControllerAsh::ScrollEndEffectControllerAsh() { |
ScrollEndEffectControllerAsh::~ScrollEndEffectControllerAsh() { |
} |
-void ScrollEndEffectControllerAsh::OverscrollUpdate(int delta_y) { |
+void ScrollEndEffectControllerAsh::OverscrollUpdate(float delta_y) { |
// TODO(rharrison): Implement initial version of scroll end effect |
} |