Index: content/shell/common/webkit_test_helpers.cc |
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc |
index 316b559f9ff7c0dee6870e5d07075104c2a1e301..f7c2ca305a173c042106812b8f454519f28bcfa2 100644 |
--- a/content/shell/common/webkit_test_helpers.cc |
+++ b/content/shell/common/webkit_test_helpers.cc |
@@ -108,6 +108,7 @@ void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs) { |
#if defined(OS_ANDROID) |
prefs->text_autosizing_enabled = false; |
#endif |
+ prefs->viewport_enabled = false; |
} |
base::FilePath GetWebKitRootDirFilePath() { |