Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index d0402561ae6a6b49255862642fa91f54b05ab0c4..62cc86dc13920040a413cde45ec55acb028ec42a 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -163,9 +163,12 @@ class CONTENT_EXPORT WebContentsDelegate { |
virtual bool CanOverscrollContent() const; |
// Callback that allows vertical overscroll activies to be communicated to the |
- // delegate. |
+ // delegate. |delta_y| is the total amount of overscroll. |
virtual void OverscrollUpdate(int delta_y) {} |
+ // Invoked when a vertical overscroll completes. |
+ virtual void OverscrollComplete() {} |
+ |
// Return the rect where to display the resize corner, if any, otherwise |
// an empty rect. |
virtual gfx::Rect GetRootWindowResizerRect() const; |