| Index: content/common/dwrite_font_proxy_messages.h
|
| diff --git a/content/common/dwrite_font_proxy_messages.h b/content/common/dwrite_font_proxy_messages.h
|
| index 288a3cf0d05cb300b8ff35a0499e567997b3afed..d00309d3c9d4e660a0928587aff8d6cffea220df 100644
|
| --- a/content/common/dwrite_font_proxy_messages.h
|
| +++ b/content/common/dwrite_font_proxy_messages.h
|
| @@ -55,9 +55,10 @@ IPC_SYNC_MESSAGE_CONTROL1_1(
|
|
|
| // Returns the list of font file paths in the system font directory that contain
|
| // font data for the font family at the specified index.
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(DWriteFontProxyMsg_GetFontFiles,
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(DWriteFontProxyMsg_GetFontFiles,
|
| uint32_t /* family_index */,
|
| - std::vector<base::string16> /* out file_paths */)
|
| + std::vector<base::string16> /* out file_paths */,
|
| + std::vector<uint32_t> /* out file_handles*/)
|
|
|
| // Locates a font family that is able to render the specified text using the
|
| // specified style. If successful, the family_index and family_name will
|
|
|