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

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

Issue 1129673002: Remove support for pseudo classes in <content select>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix more tests. Created 5 years, 7 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: Source/core/dom/shadow/ElementShadow.h
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h
index f23f3c3c53bf70e7cda1f847f24699f9acd0ce7a..06159afd9e897ec751c1d3284713dbd2a14de57d 100644
--- a/Source/core/dom/shadow/ElementShadow.h
+++ b/Source/core/dom/shadow/ElementShadow.h
@@ -58,7 +58,6 @@ public:
void attach(const Node::AttachContext&);
void detach(const Node::AttachContext&);
- void distributedNodePseudoStateChanged(CSSSelector::PseudoType);
void willAffectSelector();
const SelectRuleFeatureSet& ensureSelectFeatureSet();

Powered by Google App Engine
This is Rietveld 408576698