| 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
|
|
|