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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.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/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 89f2abfa74fdcb86e03a4af844a8e7b395c607d4..9a4885e3ea0bf58252e90164a0d26cab4ac0108d 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -102,6 +102,7 @@ class CSSPropertyParser {
bool consumeGridAreaShorthand(bool important);
bool consumePlaceContentShorthand(bool important);
+ bool consumePlaceItemsShorthand(bool important);
bool consumeFont(bool important);
bool consumeFontVariantShorthand(bool important);

Powered by Google App Engine
This is Rietveld 408576698