summaryrefslogtreecommitdiffstats
path: root/content/test/layouttest_support.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/layouttest_support.cc')
-rw-r--r--content/test/layouttest_support.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 2843fb8..5ec52f6 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -98,7 +98,6 @@ RenderFrameImpl* CreateWebFrameTestProxy(
// DirectWrite only has access to %WINDIR%\Fonts by default. For developer
// side-loading, support kRegisterFontFiles to allow access to additional fonts.
void RegisterSideloadedTypefaces(SkFontMgr* fontmgr) {
- RenderThreadImpl::current()->EnsureWebKitInitialized();
std::vector<std::string> files = switches::GetSideloadFontFiles();
for (std::vector<std::string>::const_iterator i(files.begin());
i != files.end();