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 6705514a7bc03dd437982049294404eedc0e92ab..8a510e3cf64743e81f244c56284b0ea5770617e8 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -342,6 +342,9 @@ 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) {} |
+ |
// Called when a Javascript out of memory notification is received. |
virtual void JSOutOfMemory(WebContents* web_contents) {} |