Index: public/web/win/WebFontRendering.h |
diff --git a/public/web/win/WebFontRendering.h b/public/web/win/WebFontRendering.h |
index 02217eaf43ae1219c5580f3fc9458ca98adf819f..11c9af913000dc0c5cc099901c0fa77c24dc346d 100644 |
--- a/public/web/win/WebFontRendering.h |
+++ b/public/web/win/WebFontRendering.h |
@@ -7,6 +7,7 @@ |
#include "public/platform/WebCommon.h" |
+class SkTypeface; |
struct IDWriteFactory; |
namespace blink { |
@@ -16,6 +17,7 @@ public: |
BLINK_EXPORT static void setUseDirectWrite(bool); |
BLINK_EXPORT static void setDirectWriteFactory(IDWriteFactory*); |
BLINK_EXPORT static void setUseSubpixelPositioning(bool); |
+ BLINK_EXPORT static void addSideloadedFont(SkTypeface*); |
}; |
} // namespace blink |