Index: third_party/WebKit/public/web/linux/WebFontRendering.h |
diff --git a/third_party/WebKit/public/web/linux/WebFontRendering.h b/third_party/WebKit/public/web/linux/WebFontRendering.h |
index c2818eac79f49f231605c4426a8343dfa8c359a0..c2e35069d9410711f78941a0df2adf617ddc3bd0 100644 |
--- a/third_party/WebKit/public/web/linux/WebFontRendering.h |
+++ b/third_party/WebKit/public/web/linux/WebFontRendering.h |
@@ -49,6 +49,7 @@ class WebFontRendering { |
BLINK_EXPORT static void setSubpixelRendering(bool); |
BLINK_EXPORT static void setSubpixelPositioning(bool); |
BLINK_EXPORT static void setDefaultFontSize(int); |
+ BLINK_EXPORT static void setSystemFontFamily(const char*); |
dcheng
2016/10/20 09:16:03
Out of curiosity, why const char* instead of somet
kojii
2016/10/20 11:08:13
Followed too old example...fixed to WebString in P
|
}; |
} // namespace blink |