| 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..d52b018b10508a476c81d18091df7a1a3fab5579 100644
|
| --- a/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| +++ b/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| @@ -32,6 +32,7 @@
|
| #define WebFontRendering_h
|
|
|
| #include "../../platform/WebCommon.h"
|
| +#include "../../platform/WebString.h"
|
| #include <SkFontMgr.h>
|
| #include <SkPaint.h>
|
|
|
| @@ -49,6 +50,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 WebString&);
|
| };
|
|
|
| } // namespace blink
|
|
|