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 b9aa02d8aba2377a0b6690bdba46604f96caa336..a7ee9198536a35a0b998891ab72816c132470d95 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; |