Index: components/web_contents_delegate_android/web_contents_delegate_android.h |
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h |
index 23f245288d36c805e7b93e28952a835d9fb9dd5f..1290d78b7b0f56d37d342aad2a45795fa28828fd 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h |
@@ -93,6 +93,9 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate { |
virtual bool IsFullscreenForTabOrPending( |
const content::WebContents* web_contents) const OVERRIDE; |
+ virtual void DidProgrammaticallyScroll(content::WebContents* web_contents) |
+ OVERRIDE; |
+ |
protected: |
base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const; |