Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2205)

Unified Diff: android_webview/native/aw_settings.h

Issue 23899004: Use contents size for android_webview layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
// WebContentsObserver overrides:
virtual void RenderViewCreated(

Powered by Google App Engine
This is Rietveld 408576698