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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2750843002: [css-align] Adapt content-alignment properties to the new baseline syntax (Closed)
Patch Set: Don't use raw pointers attributes on a GC managed class. 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index a7a0191131fd3b0d82bc31221872e8973fc2b69e..827310125007fe38a16729fdee86638235b65200 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -531,6 +531,7 @@
{
name: "align-content",
+ api_methods: ["parseSingleValue"],
api_class: "CSSPropertyAPIAlignOrJustifyContent",
converter: "convertContentAlignmentData",
initial: "initialContentAlignment",
@@ -1141,6 +1142,7 @@
{
name: "justify-content",
api_class: "CSSPropertyAPIAlignOrJustifyContent",
+ api_methods: ["parseSingleValue"],
converter: "convertContentAlignmentData",
initial: "initialContentAlignment",
},

Powered by Google App Engine
This is Rietveld 408576698