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..d8298a0d92ddfdc4aff66c540de3c020e44fc967 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h |
@@ -92,6 +92,8 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate { |
bool enter_fullscreen) OVERRIDE; |
virtual bool IsFullscreenForTabOrPending( |
const content::WebContents* web_contents) const OVERRIDE; |
+ virtual void UpdatePreferredSize(content::WebContents* web_contents, |
+ const gfx::Size& pref_size) OVERRIDE; |
protected: |
base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const; |