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

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

Issue 63713002: Initiate webfont download right after style recalc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix zoom-zoom-coords.xhtml Created 7 years, 1 month 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 6df1ac6071c9bb3dfe545d661b432d4f8078978a..5b3ce9890afd740aadcbe71b798c16cc2f497542 100644
--- a/Source/core/css/CSSFontSelector.h
+++ b/Source/core/css/CSSFontSelector.h
@@ -49,6 +49,7 @@ public:
explicit FontLoader(ResourceFetcher*);
void addFontToBeginLoading(FontResource*);
+ void loadPendingFonts();
void clearResourceFetcher();
@@ -87,6 +88,7 @@ public:
Document* document() const { return m_document; }
void beginLoadingFontSoon(FontResource*);
+ void loadPendingFonts();
private:
explicit CSSFontSelector(Document*);

Powered by Google App Engine
This is Rietveld 408576698