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

Unified Diff: Source/core/fetch/FontResource.cpp

Issue 457273002: Webfonts should not block load event for more than one frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« Source/core/fetch/FontResource.h ('K') | « Source/core/fetch/FontResource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/FontResource.cpp
diff --git a/Source/core/fetch/FontResource.cpp b/Source/core/fetch/FontResource.cpp
index 52ab3a1a1157bced05ad972bd5de4a3eb810c12d..e9ca906c41647f9b1b3cfc40fa1ddfe3dc2668d9 100644
--- a/Source/core/fetch/FontResource.cpp
+++ b/Source/core/fetch/FontResource.cpp
@@ -76,6 +76,7 @@ static void recordPackageFormatHistogram(FontPackageFormat format)
FontResource::FontResource(const ResourceRequest& resourceRequest)
: Resource(resourceRequest, Font)
+ , m_loadScheduled(false)
, m_loadInitiated(false)
, m_exceedsFontLoadWaitLimit(false)
, m_corsFailed(false)
« Source/core/fetch/FontResource.h ('K') | « Source/core/fetch/FontResource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698