| Index: public/web/win/WebFontRendering.h
|
| diff --git a/public/web/win/WebFontRendering.h b/public/web/win/WebFontRendering.h
|
| index cb02595da2b03883d08ca3f327278d86e98ceec6..02217eaf43ae1219c5580f3fc9458ca98adf819f 100644
|
| --- a/public/web/win/WebFontRendering.h
|
| +++ b/public/web/win/WebFontRendering.h
|
| @@ -7,11 +7,14 @@
|
|
|
| #include "public/platform/WebCommon.h"
|
|
|
| +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);
|
| };
|
|
|
|
|