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

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

Issue 2509593002: Implement ::placeholder CSS selector. (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/Source/core/css/CSSSelector.h
diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
index 3c0bc9028e0789f6f0bb5e79194db62008b81a27..78941dd57298766be521d2d0e4cfc1845eb1b0fe 100644
--- a/third_party/WebKit/Source/core/css/CSSSelector.h
+++ b/third_party/WebKit/Source/core/css/CSSSelector.h
@@ -238,6 +238,7 @@ class CORE_EXPORT CSSSelector {
static PseudoType parsePseudoType(const AtomicString&, bool hasArguments);
static PseudoId parsePseudoId(const String&);
static PseudoId pseudoId(PseudoType);
+ static AtomicString aliasForShadowPseudoId(const AtomicString&);
// Selectors are kept in an array by CSSSelectorList. The next component of
// the selector is the next item in the array.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSSelector.cpp » ('j') | third_party/WebKit/Source/core/css/CSSSelector.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698