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

Unified Diff: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.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/CSSSegmentedFontFace.h
diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
index 25e259567ae083a732961dafe90c7de48d44bfb0..e9630736ca59328c8e32702808df0bd64124ec10 100644
--- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
+++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
@@ -56,8 +56,7 @@ public:
CSSFontSelector* fontSelector() const { return m_fontSelector; }
FontTraits traits() const { return m_traits; }
- void fontLoaded(CSSFontFace*);
- void fontLoadWaitLimitExceeded(CSSFontFace*);
+ void fontFaceInvalidated();
void addFontFace(PassRefPtrWillBeRawPtr<FontFace>, bool cssConnected);
void removeFontFace(PassRefPtrWillBeRawPtr<FontFace>);

Powered by Google App Engine
This is Rietveld 408576698