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

Unified Diff: Source/core/css/resolver/StyleResolver.cpp

Issue 304083003: Made StyleEngine CSSFontSelectorClient instead of StyleResolver. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/resolver/StyleResolver.h ('k') | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResolver.cpp
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
index 9878f21af0ef2732cc3142665bc8aa5f5714481d..60a1020807627688d3ff8529feaf9bdb36eb8f75 100644
--- a/Source/core/css/resolver/StyleResolver.cpp
+++ b/Source/core/css/resolver/StyleResolver.cpp
@@ -347,12 +347,6 @@ void StyleResolver::clearStyleSharingList()
m_styleSharingLists.resize(0);
}
-void StyleResolver::fontsNeedUpdate(CSSFontSelector* fontSelector)
-{
- invalidateMatchedPropertiesCache();
- m_document.setNeedsStyleRecalc(SubtreeStyleChange);
-}
-
void StyleResolver::pushParentElement(Element& parent)
{
const ContainerNode* parentsParent = parent.parentOrShadowHostElement();
@@ -1506,7 +1500,6 @@ void StyleResolver::trace(Visitor* visitor)
visitor->trace(m_watchedSelectorsRules);
visitor->trace(m_treeBoundaryCrossingRules);
visitor->trace(m_pendingStyleSheets);
- CSSFontSelectorClient::trace(visitor);
}
} // namespace WebCore
« no previous file with comments | « Source/core/css/resolver/StyleResolver.h ('k') | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698