Index: android_webview/native/aw_web_contents_delegate.h |
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h |
index 56fed6b8be7adced5cf7383fa9c8ebe406427ea3..3df57d30ba649a5297531aa19762e8aea478a68e 100644 |
--- a/android_webview/native/aw_web_contents_delegate.h |
+++ b/android_webview/native/aw_web_contents_delegate.h |
@@ -40,6 +40,8 @@ class AwWebContentsDelegate |
bool* was_blocked) OVERRIDE; |
virtual void CloseContents(content::WebContents* source) OVERRIDE; |
virtual void ActivateContents(content::WebContents* contents) OVERRIDE; |
+ virtual void UpdatePreferredSize(content::WebContents* web_contents, |
+ const gfx::Size& pref_size) OVERRIDE; |
}; |
bool RegisterAwWebContentsDelegate(JNIEnv* env); |