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

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: 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 b7ce7cb4bf6c4e8681c7cc39d4d3c597a26f5cf5..a1170d8915a66af545624a1af63e37ca1b2ecfed 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 fontDataInvalidated(RemoteFontFaceSource*);
kinuko 2015/11/05 05:17:36 This is not directly related to your CL, but it'd
Kunihiko Sakamoto 2015/11/05 08:41:27 Since this is called from only single place, I ren
PassRefPtr<SimpleFontData> getFontData(const FontDescription&);

Powered by Google App Engine
This is Rietveld 408576698