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

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

Issue 1429713004: Implement CSS font-display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: failure does not mean loaded Created 5 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: third_party/WebKit/Source/core/css/CSSFontFace.h
diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.h b/third_party/WebKit/Source/core/css/CSSFontFace.h
index 0a872614663fefe0b1dcaba9bf92b6ee24070e68..000bf6e8d3aaa9bdc5c1f8d354814b5f4c4df98e 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFace.h
+++ b/third_party/WebKit/Source/core/css/CSSFontFace.h
@@ -70,7 +70,7 @@ public:
void didBeginLoad();
void fontLoaded(RemoteFontFaceSource*);
- void fontLoadWaitLimitExceeded(RemoteFontFaceSource*);
+ void didBecomeVisibleFallback(RemoteFontFaceSource*);
PassRefPtr<SimpleFontData> getFontData(const FontDescription&);

Powered by Google App Engine
This is Rietveld 408576698