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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontCache.h

Issue 2388623002: Replace internal uses of BlinkMacSystemFont on Mac with system-ui (Closed)
Patch Set: Rebase 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
Index: third_party/WebKit/Source/platform/fonts/FontCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
index e984c6fd28818aea2fa1a3fc1361c663f7c73f75..60d1178568f82b188e7397dddac06d711f0b308b 100644
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
@@ -210,6 +210,9 @@ class PLATFORM_EXPORT FontCache {
FontPlatformData* getFontPlatformData(const FontDescription&,
const FontFaceCreationParams&,
bool checkingAlternateName = false);
+#if !OS(MACOSX)
+ FontPlatformData* systemFontPlatformData(const FontDescription&);
+#endif
// These methods are implemented by each platform.
std::unique_ptr<FontPlatformData> createFontPlatformData(
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutThemeMac.mm ('k') | third_party/WebKit/Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698