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

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

Issue 171823002: Make text visible when font loading takes longer than 3 seconds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 4ce02b23ff2913631987c403ef639e608694eca3..0698f31db170e8dd260d668afc1d0fd77d9870ae 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -66,6 +66,7 @@ public:
void beginLoadIfNeeded(CSSFontFaceSource*, CSSFontSelector* = 0);
void fontLoaded(CSSFontFaceSource*);
+ void fontLoadWaitLimitExceeded(CSSFontFaceSource*);
PassRefPtr<SimpleFontData> getFontData(const FontDescription&);

Powered by Google App Engine
This is Rietveld 408576698