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

Unified Diff: android_webview/native/aw_settings.h

Issue 12567020: [android] Resize the android_webview if it's 0x0 initially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't re-layout while pinch-zooming Created 7 years, 8 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 de21024765c6e8598b80b12bc7084192c1897414..9ec70aac14daadf4d2f20817e889950eb6236658 100644
--- a/android_webview/native/aw_settings.h
+++ b/android_webview/native/aw_settings.h
@@ -33,6 +33,9 @@ class AwSettings : public content::WebContentsObserver {
void UpdateEnableFixedLayoutMode();
void UpdateInitialPageScale();
void UpdateTextZoom();
+ void UpdatePreferredSizeMode(content::RenderViewHost* render_view_host);
+ void UpdateRenderViewHostExtSettings();
+ void UpdateRenderViewHostSettings(content::RenderViewHost* render_view_host);
// WebContentsObserver overrides:
virtual void RenderViewCreated(

Powered by Google App Engine
This is Rietveld 408576698