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

Unified Diff: Source/core/page/Settings.in

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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: Source/core/page/Settings.in
diff --git a/Source/core/page/Settings.in b/Source/core/page/Settings.in
index d8d553b342e0850e9d697e2f0b0b87131f9a258c..1c84819364e025ecf87bb256ccc9885794e34b2b 100644
--- a/Source/core/page/Settings.in
+++ b/Source/core/page/Settings.in
@@ -21,7 +21,7 @@ validationMessageTimerMagnification type=int, initial=50
# draw canvas in software.
minimumAccelerated2dCanvasSize type=int, initial=257*256
-layoutFallbackWidth type=int, initial=980
+layoutFallbackWidth type=int, initial=0
kenneth.r.christiansen 2013/09/05 08:03:07 Are you making sure that Android will set this to
bokan 2013/09/05 20:03:36 So I'm actually unsure of how we typically deal wi
minimumFontSize type=int, initial=0, setNeedsStyleRecalcInAllFrames=1
minimumLogicalFontSize type=int, initial=0, setNeedsStyleRecalcInAllFrames=1

Powered by Google App Engine
This is Rietveld 408576698