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

Unified Diff: Source/platform/fonts/SimpleFontData.h

Issue 870523003: Check for Unicode in Font before ICU call (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test patch - Convert to NFC for if diacritical marks are present Created 5 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: Source/platform/fonts/SimpleFontData.h
diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h
index 2084209c073b84b8844138dc1c8ba84c16b17337..5eb55dadc82575c42360367162b2a6d08d2bd9cc 100644
--- a/Source/platform/fonts/SimpleFontData.h
+++ b/Source/platform/fonts/SimpleFontData.h
@@ -137,6 +137,7 @@ public:
#endif
bool canRenderCombiningCharacterSequence(const UChar*, size_t) const;
+ bool fontHasGlyphForCharacter(UChar32 character) const;
PassRefPtr<CustomFontData> customFontData() const { return m_customFontData; }

Powered by Google App Engine
This is Rietveld 408576698