| Index: public/web/win/WebFontRendering.h
|
| diff --git a/public/web/win/WebFontRendering.h b/public/web/win/WebFontRendering.h
|
| index 45229845d6d8398889cf47173084cf2bd595f2f7..b12d46868a86184b8233bb92c388b3cb428f3c7b 100644
|
| --- a/public/web/win/WebFontRendering.h
|
| +++ b/public/web/win/WebFontRendering.h
|
| @@ -16,6 +16,7 @@ class WebFontRendering {
|
| public:
|
| BLINK_EXPORT static void setUseDirectWrite(bool);
|
| BLINK_EXPORT static void setDirectWriteFactory(IDWriteFactory*);
|
| + BLINK_EXPORT static void setDeviceScaleFactor(float);
|
| BLINK_EXPORT static void setUseSubpixelPositioning(bool);
|
| BLINK_EXPORT static void addSideloadedFontForTesting(SkTypeface*);
|
| };
|
|
|