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

Unified Diff: Source/core/css/CSSSegmentedFontFace.cpp

Issue 321403003: Notify font loads via FontLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/CSSFontSelector.cpp ('k') | Source/core/css/FontLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSegmentedFontFace.cpp
diff --git a/Source/core/css/CSSSegmentedFontFace.cpp b/Source/core/css/CSSSegmentedFontFace.cpp
index 8c3dac94edd616b67a70b4f27e54ba23e8bcb675..edb36fa9809cb480a7f3f1dc8c33f3d976e44664 100644
--- a/Source/core/css/CSSSegmentedFontFace.cpp
+++ b/Source/core/css/CSSSegmentedFontFace.cpp
@@ -78,7 +78,6 @@ void CSSSegmentedFontFace::fontLoaded(CSSFontFace*)
void CSSSegmentedFontFace::fontLoadWaitLimitExceeded(CSSFontFace*)
{
- m_fontSelector->fontFaceInvalidated();
pruneTable();
}
« no previous file with comments | « Source/core/css/CSSFontSelector.cpp ('k') | Source/core/css/FontLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698