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

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: WIP Created 4 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698