Index: android_webview/native/aw_settings.h |
diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h |
index d547f348329773bffa4cf59059938aa69d5dca53..6cca89f9486fe39f76925cd377231b2b6a1f6a84 100644 |
--- a/android_webview/native/aw_settings.h |
+++ b/android_webview/native/aw_settings.h |
@@ -34,7 +34,7 @@ class AwSettings : public content::WebContentsObserver { |
private: |
AwRenderViewHostExt* GetAwRenderViewHostExt(); |
void UpdateEverything(); |
- void UpdatePreferredSizeMode(); |
+ void UpdateContentSizeNotificationMode(JNIEnv* env, jobject obj); |
benm (inactive)
2013/09/12 19:13:06
nit: if I follow this should be TurnOnContentSizeN
mkosiba (inactive)
2013/09/16 01:49:09
ah, yes, good spot.
|
// WebContentsObserver overrides: |
virtual void RenderViewCreated( |