| 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 b2e024e1e8cedfe6fd1e27f420355b64abf335db..16db9feea78919b277d6a7bf8dc5b64593213658 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.cc
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.cc
|
| @@ -307,7 +307,8 @@ void SandboxIPCHandler::HandleGetStyleForStrike(
|
| query.pixel_size = pixel_size;
|
| query.style = gfx::Font::NORMAL |
|
| (bold ? gfx::Font::BOLD : 0) | (italic ? gfx::Font::ITALIC : 0);
|
| - const gfx::FontRenderParams params = gfx::GetFontRenderParams(query, NULL);
|
| + const gfx::FontRenderParams params =
|
| + gfx::GetCurrentFontRenderParams(query, NULL);
|
|
|
| // These are passed as ints since they're interpreted as tri-state chars in
|
| // Blink.
|
|
|