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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp

Issue 2443933002: Move TreeBoundaryCrossingScopes to StyleEngine. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
index 08e33e2ae7f7d7f5c82370dfc848eae70f35ce46..28002081509a319e7f99781742b4be18c31b3f2e 100644
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
@@ -297,8 +297,8 @@ void ScopedStyleResolver::addTreeBoundaryCrossingRules(
if (!m_treeBoundaryCrossingRuleSet) {
m_treeBoundaryCrossingRuleSet = new CSSStyleSheetRuleSubSet();
- treeScope().document().styleResolver()->addTreeBoundaryCrossingScope(
- treeScope().rootNode());
+ treeScope().document().styleEngine().addTreeBoundaryCrossingScope(
+ treeScope());
}
m_treeBoundaryCrossingRuleSet->append(
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698