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

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

Issue 2445673002: Rename collectTreeBoundaryCrossingRules. (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 | « third_party/WebKit/Source/core/css/resolver/StyleResolver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
index 70d36aace2431ab94b7b1cc40973eca6fccb4be7..3db00727628a82c90aec6f6fd3cce8b0228264cb 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
@@ -594,7 +594,7 @@ void StyleResolver::matchAuthorRulesV0(const Element& element,
// Apply /deep/ and ::shadow rules from outer scopes, and ::content from
// inner.
- collectTreeBoundaryCrossingRules(element, collector);
+ collectTreeBoundaryCrossingRulesV0CascadeOrder(element, collector);
collector.sortAndTransferMatchedRules();
}
@@ -684,7 +684,7 @@ void StyleResolver::matchAllRules(StyleResolverState& state,
collector.finishAddingAuthorRulesForTreeScope();
}
-void StyleResolver::collectTreeBoundaryCrossingRules(
+void StyleResolver::collectTreeBoundaryCrossingRulesV0CascadeOrder(
const Element& element,
ElementRuleCollector& collector) {
if (m_treeBoundaryCrossingScopes.isEmpty())
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698