| Index: third_party/WebKit/Source/web/linux/WebFontRendering.cpp
|
| diff --git a/third_party/WebKit/Source/web/linux/WebFontRendering.cpp b/third_party/WebKit/Source/web/linux/WebFontRendering.cpp
|
| index e52387e5fedee2a3af13ca8b55ef2423d2b001dd..a79790148499e8622269f2fdb8eae9a3ee07cf07 100644
|
| --- a/third_party/WebKit/Source/web/linux/WebFontRendering.cpp
|
| +++ b/third_party/WebKit/Source/web/linux/WebFontRendering.cpp
|
| @@ -81,4 +81,9 @@ void WebFontRendering::setDefaultFontSize(int size) {
|
| LayoutThemeFontProvider::setDefaultFontSize(size);
|
| }
|
|
|
| +// static
|
| +void WebFontRendering::setSystemFontFamily(const char* name) {
|
| + FontCache::setSystemFontFamily(name);
|
| +}
|
| +
|
| } // namespace blink
|
|
|