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

Unified Diff: Source/core/dom/shadow/ShadowRoot.h

Issue 208933003: Remove SiblingRuleHelper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tighten types to ContainerNode Created 6 years, 9 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/dom/SiblingRuleHelper.cpp ('k') | Source/core/dom/shadow/ShadowRoot.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/shadow/ShadowRoot.h
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
index d11e9ae55cf8081f176a2152c98ed1ad66864aaa..78230f2b69b500c73794027dfa2927946ed6a513 100644
--- a/Source/core/dom/shadow/ShadowRoot.h
+++ b/Source/core/dom/shadow/ShadowRoot.h
@@ -124,24 +124,6 @@ public:
StyleSheetList* styleSheets();
bool isActiveForStyling() const;
- bool childrenSupportStyleSharing() const;
- bool childrenAffectedByPositionalRules() const;
- bool childrenAffectedByFirstChildRules() const;
- bool childrenAffectedByLastChildRules() const;
- bool childrenAffectedByDirectAdjacentRules() const;
- bool childrenAffectedByIndirectAdjacentRules() const;
- bool childrenAffectedByForwardPositionalRules() const;
- bool childrenAffectedByBackwardPositionalRules() const;
-
- void setChildrenAffectedByFirstChildRules();
- void setChildrenAffectedByLastChildRules();
- void setChildrenAffectedByDirectAdjacentRules();
- void setChildrenAffectedByIndirectAdjacentRules();
- void setChildrenAffectedByForwardPositionalRules();
- void setChildrenAffectedByBackwardPositionalRules();
-
- using Node::isFinishedParsingChildren; // make public for SelectorChecker
-
private:
ShadowRoot(Document&, ShadowRootType);
virtual ~ShadowRoot();
« no previous file with comments | « Source/core/dom/SiblingRuleHelper.cpp ('k') | Source/core/dom/shadow/ShadowRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698