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

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: rebase 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
« no previous file with comments | « Source/core/css/CSSCustomFontData.h ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 76b7832318f270c3ebf52d0377a158ed36018a73..82cbce448f18af34e9931be6ea5a3c7445f401d6 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -68,6 +68,7 @@ public:
void beginLoadIfNeeded(CSSFontFaceSource*, CSSFontSelector* = 0);
void fontLoaded(CSSFontFaceSource*);
+ void fontLoadWaitLimitExceeded(CSSFontFaceSource*);
PassRefPtr<SimpleFontData> getFontData(const FontDescription&);
« no previous file with comments | « Source/core/css/CSSCustomFontData.h ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698