| Index: ppapi/cpp/private/pdf.h
|
| ===================================================================
|
| --- ppapi/cpp/private/pdf.h (revision 266327)
|
| +++ ppapi/cpp/private/pdf.h (working copy)
|
| @@ -26,14 +26,8 @@
|
| PP_ResourceString string_id);
|
| static ImageData GetResourceImage(const InstanceHandle& instance,
|
| PP_ResourceImage image_id);
|
| - // TODO(raymes): Remove this version when the PDF code is changed to use
|
| - // PP_BrowserFont_Trusted_Description.
|
| static PP_Resource GetFontFileWithFallback(
|
| const InstanceHandle& instance,
|
| - const PP_FontDescription_Dev* description,
|
| - PP_PrivateFontCharset charset);
|
| - static PP_Resource GetFontFileWithFallback(
|
| - const InstanceHandle& instance,
|
| const PP_BrowserFont_Trusted_Description* description,
|
| PP_PrivateFontCharset charset);
|
| static bool GetFontTableForPrivateFontFile(PP_Resource font_file,
|
|
|