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

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h

Issue 1757703003: Extend FontCache fallback API to support FontFallbackPriority (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 10 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/win/FontFallbackWin.h
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
index ba693742e1374d9f89b2f8d050f9169f9aa582da..30a3ce5c23bf9ae39cafaad23c0797ac70f9ee5e 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
@@ -33,6 +33,7 @@
#include "platform/PlatformExport.h"
#include "platform/fonts/FontDescription.h"
+#include "platform/fonts/FontFallbackPriority.h"
#include <unicode/locid.h>
#include <unicode/uscript.h>
#include <usp10.h>
@@ -52,6 +53,7 @@ PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
UScriptCode contentScript,
const AtomicString& contentLocale,
UScriptCode* scriptChecked,
+ FontFallbackPriority,
SkFontMgr* fontManager);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698