Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: third_party/WebKit/public/web/linux/WebFontRendering.h

Issue 2138613002: Set the font family for the "system-ui" generic font family on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid #if in Source/web Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/linux/WebFontRendering.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/web/linux/WebFontRendering.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698