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

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

Issue 799003003: CSS Parser: Implement parseRule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@attoken
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
Index: Source/core/css/parser/CSSParserTokenRange.h
diff --git a/Source/core/css/parser/CSSParserTokenRange.h b/Source/core/css/parser/CSSParserTokenRange.h
index 0f38f7c0882903848283bbb97652e7c263d677b8..9e561ae54158c14dd77a68e787f5df869e869ea5 100644
--- a/Source/core/css/parser/CSSParserTokenRange.h
+++ b/Source/core/css/parser/CSSParserTokenRange.h
@@ -58,6 +58,9 @@ public:
return result;
}
+ // The returned range doesn't include the brackets
+ CSSParserTokenRange consumeBlock();
Timothy Loh 2014/12/16 00:01:20 This is almost the same as consumeComponentValue,
+
void consumeComponentValue();
void consumeWhitespaceAndComments();

Powered by Google App Engine
This is Rietveld 408576698