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

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

Issue 2161683002: Add LayoutLocale class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test stability Created 4 years, 5 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 30a3ce5c23bf9ae39cafaad23c0797ac70f9ee5e..b9d531f712b6a8e57b7447b7f782c7d449ba459a 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
@@ -50,8 +50,7 @@ namespace blink {
// the family is returned.
PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
FontDescription::GenericFamilyType,
- UScriptCode contentScript,
- const AtomicString& contentLocale,
+ const LayoutLocale& contentLocale,
UScriptCode* scriptChecked,
FontFallbackPriority,
SkFontMgr* fontManager);

Powered by Google App Engine
This is Rietveld 408576698