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

Unified Diff: Source/core/css/CSSFontSelector.h

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix fast/text/international/ regression Created 6 years, 11 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/CSSFontSelector.h
diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
index 4296309ec781776f73cea3b32e006ebdf1fe463f..e5f2279a745d6458bbf8ecf58d46313cf6c821ba 100644
--- a/Source/core/css/CSSFontSelector.h
+++ b/Source/core/css/CSSFontSelector.h
@@ -90,6 +90,7 @@ public:
CSSSegmentedFontFaceCache* fontFaceCache() { return &m_cssSegmentedFontFaceCache; }
const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; }
+ void updateGenericFontFamilySettings(Document&);
dglazkov 2014/01/29 05:11:50 This sounds terrifying. Why do we ever need to do
tasak 2014/01/29 10:13:43 So would you help me to fix fast/text/internationa
void beginLoadingFontSoon(FontResource*);
void loadPendingFonts();

Powered by Google App Engine
This is Rietveld 408576698