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

Unified Diff: Source/core/css/CSSFontFace.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
Index: Source/core/css/CSSFontFace.cpp
diff --git a/Source/core/css/CSSFontFace.cpp b/Source/core/css/CSSFontFace.cpp
index e4e773ccda97fa8796ed2972885baa4ba78c5285..9dddf489a46406bd0bf4caabf95229bdca585d2a 100644
--- a/Source/core/css/CSSFontFace.cpp
+++ b/Source/core/css/CSSFontFace.cpp
@@ -58,9 +58,6 @@ void CSSFontFace::didBeginLoad()
void CSSFontFace::fontLoaded(RemoteFontFaceSource* source)
{
- if (m_segmentedFontFace)
- m_segmentedFontFace->fontSelector()->fontFaceInvalidated();
-
if (!isValid() || source != m_sources.first())
return;
« no previous file with comments | « LayoutTests/fast/css/font-face-css-change-while-loading-expected.html ('k') | Source/core/css/CSSFontSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698