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

Unified Diff: Source/core/css/CSSSelector.h

Issue 14846002: Implement the Custom Elements :unresolved pseudoclass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adds a test and fixes style sharing. Created 7 years, 8 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/css/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index 24641604f8e13d0d652ce506ad94d3a28a39ece7..19e0180001e3c32c65d3e1a4c23f9b571d5f11d8 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -163,7 +163,8 @@ namespace WebCore {
PseudoFutureCue,
PseudoPastCue,
PseudoSeamlessDocument,
- PseudoDistributed
+ PseudoDistributed,
+ PseudoUnresolved
};
enum MarginBoxType {

Powered by Google App Engine
This is Rietveld 408576698