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

Unified Diff: public/web/WebSettings.h

Issue 23038013: [Android WebView] Avoid expanding layout width to match the old WebView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created a separate setting Created 7 years, 4 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: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index d3f51ed530dc7e9271a0e60a21e62e7895dba039..74ff76f917d0dc76e423ef57c4ef7e0234963cac 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -103,6 +103,7 @@ public:
virtual void setExperimentalCSSCustomFilterEnabled(bool) = 0;
virtual void setRegionBasedColumnsEnabled(bool) = 0;
virtual void setCSSStickyPositionEnabled(bool) = 0;
+ virtual void setExpandLayoutToFillVisualViewport(bool) = 0;
virtual void setExperimentalWebGLEnabled(bool) = 0;
virtual void setExperimentalWebSocketEnabled(bool) = 0;
virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
« Source/web/WebViewImpl.cpp ('K') | « Source/web/tests/data/viewport-device-0.5x-initial-scale.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698