Index: third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
index 82a21414fce94d21431b34dc77f1745026f13bda..539a9e7ef44f5a0602da8c98f954deca29054229 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
@@ -49,6 +49,8 @@ public: |
void setForPage() { m_selector->setForPage(); } |
void setRelationIsAffectedByPseudoContent() { m_selector->setRelationIsAffectedByPseudoContent(); } |
bool relationIsAffectedByPseudoContent() const { return m_selector->relationIsAffectedByPseudoContent(); } |
+ void setRelationIsAffectedByPseudoSlotted() { m_selector->setRelationIsAffectedByPseudoSlotted(); } |
+ bool relationIsAffectedByPseudoSlotted() const { return m_selector->relationIsAffectedByPseudoSlotted(); } |
void updatePseudoType(const AtomicString& value, bool hasArguments = false) const { m_selector->updatePseudoType(value, hasArguments); } |