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&); |