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

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

Issue 1682103004: Add FontCache::acceptLanguagesChanged() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tkent review 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 192bbabd7cc133d1e389613e2a66312d315a043d..ba693742e1374d9f89b2f8d050f9169f9aa582da 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
@@ -53,8 +53,6 @@ PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
const AtomicString& contentLocale,
UScriptCode* scriptChecked,
SkFontMgr* fontManager);
-PLATFORM_EXPORT UScriptCode scriptCodeForUnifiedHanFromLocale(const icu::Locale&);
-PLATFORM_EXPORT UScriptCode scriptCodeForUnifiedHanFromSubtags(const String& locale);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698