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

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

Issue 2539733002: Improve fallback for Burmese with leading punctuation + spacing mark (Closed)
Patch Set: Created 4 years, 1 month 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/FontFallbackIterator.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h b/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
index 9a3f0dde923c427d78db03b4b80488eed6e9b515..4b8f30ccb7f92630cf40fec895b49eb9d929f326 100644
--- a/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
+++ b/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
@@ -51,7 +51,8 @@ class FontFallbackIterator : public RefCounted<FontFallbackIterator> {
const Vector<UChar32>& hintList);
PassRefPtr<SimpleFontData> fallbackPriorityFont(UChar32 hint);
- PassRefPtr<SimpleFontData> uniqueSystemFontForHint(UChar32 hint);
+ PassRefPtr<SimpleFontData> uniqueSystemFontForHintList(
+ const Vector<UChar32>& hintList);
const FontDescription& m_fontDescription;
RefPtr<FontFallbackList> m_fontFallbackList;

Powered by Google App Engine
This is Rietveld 408576698