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

Unified Diff: Source/core/css/CSSSegmentedFontFace.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/core/css/CSSSegmentedFontFace.h
diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
index f495c038f13fa1c6d9828654883e2e2ae2c5ac62..d5c1a9eb09ac7d4eb2b4ddc594481ae359f9cc5d 100644
--- a/Source/core/css/CSSSegmentedFontFace.h
+++ b/Source/core/css/CSSSegmentedFontFace.h
@@ -66,7 +66,7 @@ public:
bool checkFont(const String&) const;
void match(const String&, Vector<RefPtr<FontFace> >&) const;
- void willUseFontData(const FontDescription&);
+ void willUseFontData(const FontDescription&, const String& text);
void trace(Visitor* visitor) { visitor->trace(m_fontSelector); }

Powered by Google App Engine
This is Rietveld 408576698