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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits Created 3 years, 6 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: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
index e6d338d9bf5312d016fa35e9a745d8d717f27484..7e9a36255638ee27699ff816fe9a0778fbf89698 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -85,6 +85,7 @@ class CSSPropertyParser {
bool ParseShorthand(CSSPropertyID, bool important);
bool ConsumeShorthandGreedily(const StylePropertyShorthand&, bool important);
+ bool Consume2Values(const StylePropertyShorthand&, bool important);
bool Consume4Values(const StylePropertyShorthand&, bool important);
// Legacy parsing allows <string>s for animation-name

Powered by Google App Engine
This is Rietveld 408576698