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

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

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
Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
index 17a1c83ad10ae0c5890a39511afb6af833794405..929d3746dc01eb1304b872bf53906bab8ba01b26 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
@@ -34,7 +34,6 @@
#include "core/css/resolver/CSSPropertyPriority.h"
#include "core/css/resolver/MatchedPropertiesCache.h"
#include "core/css/resolver/StyleBuilder.h"
-#include "core/dom/DocumentOrderedList.h"
#include "core/style/CachedUAStyle.h"
#include "platform/heap/Handle.h"
#include "wtf/Deque.h"
@@ -113,7 +112,6 @@ class CORE_EXPORT StyleResolver final
// we factor StyleResolver further.
// https://bugs.webkit.org/show_bug.cgi?id=108890
void appendAuthorStyleSheets(const HeapVector<Member<CSSStyleSheet>>&);
- void resetAuthorStyle(TreeScope&);
void resetRuleFeatures();
void finishAppendAuthorStyleSheets();
@@ -194,7 +192,6 @@ class CORE_EXPORT StyleResolver final
DECLARE_TRACE();
- void addTreeBoundaryCrossingScope(ContainerNode& scope);
void initWatchedSelectorRules();
private:
@@ -288,8 +285,6 @@ class CORE_EXPORT StyleResolver final
Member<RuleSet> m_uncommonAttributeRuleSet;
Member<RuleSet> m_watchedSelectorsRules;
- DocumentOrderedList m_treeBoundaryCrossingScopes;
-
bool m_needCollectFeatures;
bool m_printMediaType;
bool m_hasFullscreenUAStyle = false;

Powered by Google App Engine
This is Rietveld 408576698