Index: ppapi/api/private/ppb_flash_font_file.idl |
diff --git a/ppapi/api/private/ppb_flash_font_file.idl b/ppapi/api/private/ppb_flash_font_file.idl |
index b7c39b4b00d9684caac2b904eccd5d9fead7c053..b921d1854ca93d564cc44f503755ca13f926cc78 100644 |
--- a/ppapi/api/private/ppb_flash_font_file.idl |
+++ b/ppapi/api/private/ppb_flash_font_file.idl |
@@ -7,8 +7,11 @@ |
* This file contains the <code>PPB_Flash_FontFile</code> interface. |
*/ |
+[generate_thunk] |
+ |
label Chrome { |
- M24 = 0.1 |
+ M24 = 0.1, |
+ M48 = 0.2 |
}; |
interface PPB_Flash_FontFile { |
@@ -36,5 +39,12 @@ interface PPB_Flash_FontFile { |
[in] uint32_t table, |
[out] mem_t output, |
[out] uint32_t output_length); |
+ |
+ /** |
+ * Returns whether <code>PPB_Flash_FontFile</code> is supported on Windows. |
+ */ |
+ [version=0.2] |
+ PP_Bool IsSupportedForWindows(); |
+ |
}; |