| 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 e652467fb96a27390ba1f6c785a7c249a3977a38..45f120f14fe0bba4c1c113a4a4306146b96dc71c 100644
|
| --- a/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| +++ b/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| @@ -49,6 +49,7 @@ public:
|
| 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*);
|
| };
|
|
|
| } // namespace blink
|
|
|