Index: third_party/WebKit/public/web/win/WebFontRendering.h |
diff --git a/third_party/WebKit/public/web/win/WebFontRendering.h b/third_party/WebKit/public/web/win/WebFontRendering.h |
index af4b1d4b2c136b05843741c6c69bd8a7e72c2be4..721b175d6893c71529a55153d44f8728e1cf04b0 100644 |
--- a/third_party/WebKit/public/web/win/WebFontRendering.h |
+++ b/third_party/WebKit/public/web/win/WebFontRendering.h |
@@ -26,6 +26,7 @@ public: |
BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation); |
BLINK_EXPORT static void setAntialiasedTextEnabled(bool); |
BLINK_EXPORT static void setLCDTextEnabled(bool); |
+ BLINK_EXPORT static void setUseSkiaFontFallback(bool); |
}; |
} // namespace blink |