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 ac2a4fed76d9ba8c855c9fc2908c3f02965d55bd..8159ece7d3a06176bd202790056721eb215a5775 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -345,6 +345,10 @@ class CONTENT_EXPORT WebContentsDelegate { |
virtual bool IsFullscreenForTabOrPending( |
const WebContents* web_contents) const; |
+ // Called when the renderer has scrolled programmatically. |
+ virtual void DidProgrammaticallyScroll(WebContents* web_contents, |
+ const gfx::Point& scroll_point) {} |
+ |
// Called when a Javascript out of memory notification is received. |
virtual void JSOutOfMemory(WebContents* web_contents) {} |