Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: ppapi/api/private/ppb_flash_font_file.idl

Issue 1416643002: Enable pp::flash::FontFile support on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Based generated thunk files Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
+
};

Powered by Google App Engine
This is Rietveld 408576698