| Index: ppapi/c/dev/ppb_truetype_font_dev.h
|
| diff --git a/ppapi/c/dev/ppb_truetype_font_dev.h b/ppapi/c/dev/ppb_truetype_font_dev.h
|
| index e0fc4995fa5e578883817d9addd272e55beccbe0..c8f3673cbf4834fc0abe5c9d32acdec5944a5fc4 100644
|
| --- a/ppapi/c/dev/ppb_truetype_font_dev.h
|
| +++ b/ppapi/c/dev/ppb_truetype_font_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_truetype_font_dev.idl modified Mon Mar 11 14:12:14 2013. */
|
| +/* From dev/ppb_truetype_font_dev.idl modified Wed Apr 10 11:41:36 2013. */
|
|
|
| #ifndef PPAPI_C_DEV_PPB_TRUETYPE_FONT_DEV_H_
|
| #define PPAPI_C_DEV_PPB_TRUETYPE_FONT_DEV_H_
|
| @@ -193,14 +193,14 @@ struct PPB_TrueTypeFont_Dev_0_1 {
|
| PP_Resource (*Create)(PP_Instance instance,
|
| const struct PP_TrueTypeFontDesc_Dev* desc);
|
| /**
|
| - * Determines if the given resource is a font.
|
| + * Determines if the given resource is a TrueType font.
|
| *
|
| * @param[in] resource A <code>PP_Resource</code> corresponding to a font.
|
| *
|
| * @return <code>PP_TRUE</code> if the resource is a
|
| * <code>PPB_TrueTypeFont_Dev</code>, <code>PP_FALSE</code> otherwise.
|
| */
|
| - PP_Bool (*IsFont)(PP_Resource resource);
|
| + PP_Bool (*IsTrueTypeFont)(PP_Resource resource);
|
| /**
|
| * Returns a description of the given font resource. This description may
|
| * differ from the description passed to Create, reflecting the host's font
|
|
|