Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 2c8b89c6f749bfef3bb1cd7c1ddc04dcda83a918..037f01099b12eead785c77036f9e052e137d366d 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -378,7 +378,7 @@ class BrowserWindow : public ui::BaseWindow { |
// Invoked when the amount of vertical overscroll changes. |delta_y| is the |
// amount of overscroll that has occured in the y-direction. |
- virtual void OverscrollUpdate(int delta_y) {} |
+ virtual void OverscrollUpdate(float delta_y) {} |
// Returns the height inset for RenderView when detached bookmark bar is |
// shown. Invoked when a new RenderHostView is created for a non-NTP |