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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h

Issue 2762623002: [css-align] Adapt the place-content shorthand to the new baseline syntax (Closed)
Patch Set: Keep utility functions private and make consumeSimplifiedXXX public Created 3 years, 9 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/properties/CSSPropertyAlignmentUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
index 1f97a13d4ea5be62c4a530faeafbf8d380540b24..64f5510324165f5fc289a314ef370dd09cd8490f 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
@@ -18,6 +18,7 @@ class CSSPropertyAlignmentUtils {
static CSSValue* consumeSelfPositionOverflowPosition(CSSParserTokenRange&);
static CSSValue* consumeContentDistributionOverflowPosition(
CSSParserTokenRange&);
+ static CSSValue* consumeSimplifiedContentPosition(CSSParserTokenRange&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698