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

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

Issue 2662573002: [css-align] Implement place-content alignment shorthand (Closed)
Patch Set: Patch rebased. 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/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 4f291e7e4f87f84b9699ba9c70396ca4351f9424..89f2abfa74fdcb86e03a4af844a8e7b395c607d4 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -101,6 +101,8 @@ class CSSPropertyParser {
bool consumeGridShorthand(bool important);
bool consumeGridAreaShorthand(bool important);
+ bool consumePlaceContentShorthand(bool important);
+
bool consumeFont(bool important);
bool consumeFontVariantShorthand(bool important);
bool consumeSystemFont(bool important);

Powered by Google App Engine
This is Rietveld 408576698