| 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 7371bda8077e25e20e74a7d286b4ae41380148e0..bf0c0697507f9d48b174ad4dc1782660349b0ca8 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -344,6 +344,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) {}
|
|
|
|
|