Index: content/browser/renderer_host/sandbox_ipc_linux.cc |
diff --git a/content/browser/renderer_host/sandbox_ipc_linux.cc b/content/browser/renderer_host/sandbox_ipc_linux.cc |
index 95a8cb76d85291989248438dc72bfe2bc8196f62..8459b5c0e18a1b96c7dcfff8be7aa4f5499eb190 100644 |
--- a/content/browser/renderer_host/sandbox_ipc_linux.cc |
+++ b/content/browser/renderer_host/sandbox_ipc_linux.cc |
@@ -42,7 +42,7 @@ SandboxIPCHandler::SandboxIPCHandler(int lifeline_fd, int browser_socket) |
// FontConfig doesn't provide a standard property to control subpixel |
// positioning, so we pass the current setting through to WebKit. |
WebFontInfo::setSubpixelPositioning( |
- gfx::GetDefaultWebkitSubpixelPositioning()); |
+ gfx::GetDefaultWebKitFontRenderParams().subpixel_positioning); |
} |
void SandboxIPCHandler::Run() { |