Index: chrome/browser/ui/views/frame/scroll_end_effect_controller.h |
diff --git a/chrome/browser/ui/views/frame/scroll_end_effect_controller.h b/chrome/browser/ui/views/frame/scroll_end_effect_controller.h |
index 372ec197e345c32ca68592bd6d909cd5cd2cee16..447bc3866f4511ae18eebe7062f45ebda0cb4533 100644 |
--- a/chrome/browser/ui/views/frame/scroll_end_effect_controller.h |
+++ b/chrome/browser/ui/views/frame/scroll_end_effect_controller.h |
@@ -21,7 +21,7 @@ class ScrollEndEffectController { |
// Interface that allows vertical overscroll activies to be communicated to |
// the controller. |
- virtual void OverscrollUpdate(int delta_y) = 0; |
+ virtual void OverscrollUpdate(float delta_y) = 0; |
private: |
DISALLOW_COPY_AND_ASSIGN(ScrollEndEffectController); |