| Index: content/common/font_loader_mac.h
|
| diff --git a/content/common/font_loader_mac.h b/content/common/font_loader_mac.h
|
| index 532a09c9d32e1efa277e9a2c400fd96a76464403..4043dce5a92887e9957dd1d9a804916fc7dd974c 100644
|
| --- a/content/common/font_loader_mac.h
|
| +++ b/content/common/font_loader_mac.h
|
| @@ -32,9 +32,11 @@ class FontLoader {
|
| // |font_data| - shared memory buffer containing the raw data for the font
|
| // file.
|
| // |font_data_size| - size of data contained in |font_data|.
|
| + // |font_id| - unique identifier for the on-disk file we load for the font.
|
| static bool LoadFontIntoBuffer(NSFont* font_to_encode,
|
| base::SharedMemory* font_data,
|
| - uint32* font_data_size);
|
| + uint32* font_data_size,
|
| + uint32* font_id);
|
|
|
| // Given a shared memory buffer containing the raw data for a font file, load
|
| // the font and return a container ref.
|
|
|