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 dd26ba4e155ae7c783b30998b4c8219efbd58b5b..a49fd2a04b49c60afa2c3818e6feed749594c6cc 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,10 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate { |
virtual bool IsFullscreenForTabOrPending( |
const content::WebContents* web_contents) const OVERRIDE; |
jam
2013/04/17 16:24:59
nit: here and above, do not add blank spaces betwe
Michael van Ouwerkerk
2013/04/18 18:11:38
Done.
|
+ virtual void DidProgrammaticallyScroll( |
+ content::WebContents* web_contents, |
+ const gfx::Point& scroll_point) OVERRIDE; |
+ |
protected: |
base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const; |