diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 17:26:56 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 17:26:56 +0000 |
commit | 67fa15db908950d6cb44f1e68667cbbbe31bd961 (patch) | |
tree | 9155d1a0f237e501db67b5abac001cb545c30fce /webkit/tools | |
parent | 2e47c7c2141baad006d948a5fb0f93fc84d0268c (diff) | |
download | chromium_src-67fa15db908950d6cb44f1e68667cbbbe31bd961.zip chromium_src-67fa15db908950d6cb44f1e68667cbbbe31bd961.tar.gz chromium_src-67fa15db908950d6cb44f1e68667cbbbe31bd961.tar.bz2 |
Linux test_shell: always use hermetic fontconfig mode.
This is just a temporary change to debug a layout test failure which
I cannot replicate anywhere.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index bce9c31..6e88664 100644 --- a/webkit/tools/test_shell/test_shell_gtk.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -181,7 +181,7 @@ void TestShell::InitializeTestShell(bool layout_test_mode) { // We have fontconfig parse a config file from our resources file. This // sets a number of aliases ("sans"->"Arial" etc), but doesn't include any // font directories. - if (layout_test_mode) { + if (true) { // fontconfig only knows how to load font config configs from a // file name, so we write to a temp file. base::StringPiece font_config_xml; |