Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / win / WebFontRendering.h
index cb02595..4522984 100644 (file)
@@ -7,12 +7,17 @@
 
 #include "public/platform/WebCommon.h"
 
+class SkTypeface;
+struct IDWriteFactory;
+
 namespace blink {
 
 class WebFontRendering {
 public:
     BLINK_EXPORT static void setUseDirectWrite(bool);
+    BLINK_EXPORT static void setDirectWriteFactory(IDWriteFactory*);
     BLINK_EXPORT static void setUseSubpixelPositioning(bool);
+    BLINK_EXPORT static void addSideloadedFontForTesting(SkTypeface*);
 };
 
 } // namespace blink