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

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

Issue 2737843003: [css-align] Implement place-items alignment shorthand (Closed)
Patch Set: More layout tests fixes. Created 3 years, 8 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 64f5510324165f5fc289a314ef370dd09cd8490f..e665ae2dcd2389aa54eeee04db69ae7e59b17fcb 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
@@ -16,6 +16,7 @@ class CSSPropertyAlignmentUtils {
STATIC_ONLY(CSSPropertyAlignmentUtils);
static CSSValue* consumeSelfPositionOverflowPosition(CSSParserTokenRange&);
+ static CSSValue* consumeSimplifiedItemPosition(CSSParserTokenRange&);
static CSSValue* consumeContentDistributionOverflowPosition(
CSSParserTokenRange&);
static CSSValue* consumeSimplifiedContentPosition(CSSParserTokenRange&);

Powered by Google App Engine
This is Rietveld 408576698