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

Unified Diff: ppapi/cpp/private/flash_font_file.h

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/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);
};

Powered by Google App Engine
This is Rietveld 408576698