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

Unified Diff: Source/core/css/parser/CSSSelectorParser.h

Issue 747283003: CSS Parser: Implement selector parsing (attributes) [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@selectorparsing
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSSelectorParser.h
diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
index f1d89222b9bc27824d545ff6e49ed2ef47f05b87..30a0512eee393849d3a329fcf0d1f7519f855687 100644
--- a/Source/core/css/parser/CSSSelectorParser.h
+++ b/Source/core/css/parser/CSSSelectorParser.h
@@ -41,6 +41,8 @@ private:
PassOwnPtr<CSSParserSelector> consumeAttribute();
CSSSelector::Relation consumeCombinator();
+ CSSSelector::Match consumeAttributeMatch();
+ CSSSelector::AttributeMatchType consumeAttributeFlags();
QualifiedName determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName);
void rewriteSpecifiersWithNamespaceIfNeeded(CSSParserSelector*);
« no previous file with comments | « no previous file | Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698