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

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

Issue 457273002: Webfonts should not block load event for more than one frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge flags into an enum Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/css/resources/ahem.html ('k') | Source/core/css/FontLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontLoader.h
diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h
index a41249e08f700324429d12b685a6dad5bf77f416..699761a36838a36d8a2d568f7f258b6f9048c717 100644
--- a/Source/core/css/FontLoader.h
+++ b/Source/core/css/FontLoader.h
@@ -37,6 +37,7 @@ public:
private:
FontLoader(CSSFontSelector*, ResourceFetcher*);
void beginLoadTimerFired(Timer<FontLoader>*);
+ void clearPendingFonts();
Timer<FontLoader> m_beginLoadingTimer;
« no previous file with comments | « LayoutTests/fast/css/resources/ahem.html ('k') | Source/core/css/FontLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698