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 138023007: Renamed :host to :ancestor and made :host to match only shadow host. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 dfb46e0f36c5b0e65322ae5465b98cb2e69bab2b..b5e4ffe8ff3bc8c5395e51d38d62d165809d2a56 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -165,7 +165,8 @@ namespace WebCore {
PseudoDistributed,
PseudoUnresolved,
PseudoContent,
- PseudoHost
+ PseudoHost,
+ PseudoAncestor
};
enum MarginBoxType {

Powered by Google App Engine
This is Rietveld 408576698