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

Unified Diff: Source/platform/fonts/FontSelector.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
« Source/core/css/CSSFontFace.cpp ('K') | « Source/platform/fonts/Font.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontSelector.h
diff --git a/Source/platform/fonts/FontSelector.h b/Source/platform/fonts/FontSelector.h
index 91523b23670b6dd9a9548e4476b0f3f7b185beb5..dd40c5479dc7be89a8d1b5c75ceb9f1cbe69c37e 100644
--- a/Source/platform/fonts/FontSelector.h
+++ b/Source/platform/fonts/FontSelector.h
@@ -39,7 +39,7 @@ class FontSelector : public FontCacheClient {
public:
virtual ~FontSelector() { }
virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
- virtual void willUseFontData(const FontDescription&, const AtomicString& familyName) = 0;
+ virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, const String& text) = 0;
virtual unsigned version() const = 0;
};
« Source/core/css/CSSFontFace.cpp ('K') | « Source/platform/fonts/Font.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698