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

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

Issue 248473005: Make CSSFontFace::willUseFontData() load fonts with unicode-range (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/Font.h
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
index 0ae0397e7b77a374f7f2f6ae2f33893f5e94c599..a8e4fe4cdf2f870fa7954009ffa12b4b3a86730d 100644
--- a/Source/platform/fonts/Font.h
+++ b/Source/platform/fonts/Font.h
@@ -164,7 +164,7 @@ public:
FontFallbackList* fontList() const { return m_fontFallbackList.get(); }
- void willUseFontData() const;
+ void willUseFontData(const String& text) const;
private:
bool loadingCustomFonts() const

Powered by Google App Engine
This is Rietveld 408576698