Index: ppapi/cpp/private/flash_font_file.h |
diff --git a/ppapi/cpp/private/flash_font_file.h b/ppapi/cpp/private/flash_font_file.h |
index 053fca25789f2e7c030fca8cb1520cfa4a3117cb..ea1671c1b0114fa018c0b5a3a60d1a7ad4b45ce3 100644 |
--- a/ppapi/cpp/private/flash_font_file.h |
+++ b/ppapi/cpp/private/flash_font_file.h |
@@ -28,6 +28,9 @@ class FontFile : public Resource { |
// Returns true if the required interface is available. |
static bool IsAvailable(); |
+ // Returns true if this interface is supported for Windows. |
+ bool IsSupportedForWindows(); |
+ |
bool GetFontTable(uint32_t table, void* output, uint32_t* output_length); |
}; |